Init
This commit is contained in:
13
backend/install/resources/library/main/sites.php
Normal file
13
backend/install/resources/library/main/sites.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
if (!defined('PICONTROL')) exit();
|
||||
|
||||
$site = array(
|
||||
'install' => 'install.php',
|
||||
'install_language' => 'install_language.php',
|
||||
'install_requirement' => 'install_requirement.php',
|
||||
'install_troubleshooting' => 'install_troubleshooting.php',
|
||||
'install_user' => 'install_user.php',
|
||||
'install_cron' => 'install_cron.php',
|
||||
'install_finish' => 'install_finish.php'
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user