|
|
@@ -127,14 +127,14 @@ switch ($step) {
|
|
|
|
|
|
|
|
|
$folder = array(
|
|
|
- 'crmeb/install',
|
|
|
- 'public/uploads',
|
|
|
- 'runtime',
|
|
|
- 'runtime/cache',
|
|
|
- 'runtime/temp',
|
|
|
- 'runtime/log',
|
|
|
- 'application/database.php',
|
|
|
- 'application/config.php',
|
|
|
+ '/crmeb/install',
|
|
|
+ '/public/uploads',
|
|
|
+ '/runtime',
|
|
|
+ '/runtime/cache',
|
|
|
+ '/runtime/temp',
|
|
|
+ '/runtime/log',
|
|
|
+ '/application/database.php',
|
|
|
+ '/application/config.php',
|
|
|
);
|
|
|
include_once ("./templates/step2.php");
|
|
|
exit();
|