Changeset 4 for trunk/global.php
- Timestamp:
- Jul 27, 2016, 11:28:39 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 config.php 2 .buildpath 3 .project 4 .settings
-
- Property svn:ignore
-
trunk/global.php
r3 r4 7 7 $Database = new Database(); 8 8 $Database->Connect($Options['DB_Host'], $Options['DB_User'], $Options['DB_Password'], $Options['DB_Database']); 9 $Database->charset('utf8'); 10 $Database->Prefix = $DB_Prefix; 9 11 10 12 function IconedLink($Link, $Text)
Note:
See TracChangeset
for help on using the changeset viewer.