Changeset 834 in ExiteCMS for trunk/administration/tools/create_dbsetup.php
- Timestamp:
- 09/22/07 00:08:35 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/tools/create_dbsetup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/create_dbsetup.php
r831 r834 40 40 $config .= "<?php".$crlf; 41 41 $config .= "//----------------------------------------------------------".$crlf; 42 $config .= "// PLi-Fusionfile : dbsetup_include.php".$crlf;42 $config .= "// ExiteCMS file : dbsetup_include.php".$crlf; 43 43 $config .= "// Date generated : `".date("d/m/Y H:i")."`".$crlf; 44 44 $config .= "//----------------------------------------------------------".$crlf; 45 $config .= $crlf."define(' PLI_VERSION', '".$settings['version']."');".$crlf;46 $config .= "define(' PLI_REVISION', '".$settings['revision']."');".$crlf;45 $config .= $crlf."define('CMS_VERSION', '".$settings['version']."');".$crlf; 46 $config .= "define('CMS_REVISION', '".$settings['revision']."');".$crlf; 47 47 $config .= $crlf."if (\$step == 1) {".$crlf; 48 48 $config .= $crlf."$"."fail = ".'"0"'.";".$crlf;
Note: See TracChangeset
for help on using the changeset viewer.
