diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-03-03 21:49:47 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-03-03 21:49:47 +0100 |
commit | 958a721cf66eff27629b05d407a028e6f469e2b5 (patch) | |
tree | bf515f3cc9f1682a7e1b11dba14eec3baaac0831 /setup.php | |
parent | a8aafff07b471e674b8085bafb10b6f41b98316c (diff) | |
download | ratatoeskr-cms-958a721cf66eff27629b05d407a028e6f469e2b5.tar.gz ratatoeskr-cms-958a721cf66eff27629b05d407a028e6f469e2b5.tar.bz2 ratatoeskr-cms-958a721cf66eff27629b05d407a028e6f469e2b5.zip |
Modified setup.php and added create-package.zip.
Requirement of session_doctor.php was removed from setup.php, since this
is just a debugging tool and should never be on a productive
installation!
Diffstat (limited to 'setup.php')
-rw-r--r-- | setup.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -94,7 +94,6 @@ $files = array( "/ratatoeskr/cms_style/images/error.png", "/ratatoeskr/main.php", "/ratatoeskr/plugin_extradata/private/.htaccess", - "/session_doctor.php", "/index.php", "/setup.php", "/css.php" |