Changeset 348 for trunk/index.php
- Timestamp:
- Jan 17, 2012, 9:39:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r346 r348 308 308 $Page = $_GET['page']; 309 309 if(substr($Page, -1) == '/') $Page = substr($Page, 0, -1); 310 //print_r($System->Pages); 310 311 if(array_key_exists($Page, $System->Pages)) 311 312 {
Note:
See TracChangeset
for help on using the changeset viewer.