|
OpenSencillo
2015.002
|
Go to the source code of this file.
Variables | |
Sencillo SQL Installer | |
Core installer
| |
| $i = 0 | |
| $afterBootUp = array() | |
| $afterBootUp [$i++] = new coreSencillo | |
| $seo = new headerSeo | |
| $PHPversion = explode(".",phpversion()) | |
| if (($_GET['install']=='true')&&($PHPversion[0]>=5)) | |
| $afterBootUp = array() |
Definition at line 29 of file core_installer.php.
| $afterBootUp[$i++] = new coreSencillo |
Definition at line 30 of file core_installer.php.
| $i = 0 |
Definition at line 28 of file core_installer.php.
| $PHPversion = explode(".",phpversion()) |
Definition at line 37 of file core_installer.php.
| $seo = new headerSeo |
Definition at line 31 of file core_installer.php.
| if(($_GET['install']=='true')&&($PHPversion[0]>=5)) |
Definition at line 38 of file core_installer.php.