if( !is_writable( "." ) ) { dieout( "<;h2>;Can't write config file, aborting<;/h2>; <;p>;In order to configure the wiki you have to make the <;tt>;config<;/tt>; subdirectory writable by the web server. Once configuration is done you'll move the created <;tt>;LocalSettings.php<;/tt>; to the parent directory, and for added safety you can then remove the <;tt>;config<;/tt>; subdirectory entirely.<;/p>; <;p>;To make the directory writable on a Unix/Linux system:<;/p>; <;pre>; cd <;i>;/path/to/wiki<;/i>; chmod a+w config <;/pre>;" );} |
|