Changeset 1719
- Timestamp:
- 04/19/2008 11:10:58 AM (7 months ago)
- Files:
-
- trunk/setup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/setup.php
r1688 r1719 3 3 -- Please delete this file if you have done the setup 4 4 */ 5 6 if(file_exists(dirname( __FILE__ ).DIRECTORY_SEPARATOR.'personal'.DIRECTORY_SEPARATOR.'settings.inc.php')) { 7 die("The setup has already been sucessfull!"); 8 } 5 9 6 10 // derzeit gibt es noch etliche E_NOTICE-Meldungen in JLog, deshalb: … … 204 208 if(!fopen(JLOG_BASEPATH."personal".DIRECTORY_SEPARATOR."subcurrent.inc", "w")) $errors[] = $l['admin']['s_problem_fwrite']." /personal/subcurrent.inc"; 205 209 206 // chmod 777so that the user have the ability to delete/write to this files210 // chmod 666 so that the user have the ability to delete/write to this files 207 211 if(!chmod(JLOG_BASEPATH."personal".DIRECTORY_SEPARATOR."settings.inc.php", 0666)) $errors[] = $l['admin']['s_problem_chmod']." /personal/settings.inc.php"; 208 212 if(!chmod(JLOG_BASEPATH."personal".DIRECTORY_SEPARATOR."rss.xml", 0666)) $errors[] = $l['admin']['s_problem_chmod']." /personal/rss.xml";
