Changeset 297 for trunk/includes/global.php
- Timestamp:
- Dec 28, 2009, 2:32:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r296 r297 14 14 foreach($_GET as $Index => $Item) $_GET[$Index] = addslashes($_GET[$Index]); 15 15 16 include ('config.php');17 include ('error.php');18 include ('databaseconection.php');19 include ('global_function.php');20 include ('rss.php');16 include_once('config.php'); 17 include_once('error.php'); 18 include_once('databaseconection.php'); 19 include_once('global_function.php'); 20 include_once('rss.php'); 21 21 include_once('system.php'); 22 22
Note:
See TracChangeset
for help on using the changeset viewer.