Changeset 586 for trunk/includes
- Timestamp:
- Oct 7, 2013, 11:52:11 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Page.php
r577 r586 20 20 21 21 function GetOutput() 22 { 22 { 23 23 $Output = $this->Show(); 24 24 return($Output); -
trunk/includes/Version.php
r585 r586 1 1 <?php 2 2 3 $Revision = 58 5; // Subversion revision3 $Revision = 586; // Subversion revision 4 4 $DatabaseRevision = 585; // Database structure revision 5 $ReleaseTime = '2013- 09-13';5 $ReleaseTime = '2013-10-07'; -
trunk/includes/global.php
r581 r586 633 633 else $_SERVER['QUERY_STRING'] = ''; 634 634 parse_str($_SERVER['QUERY_STRING'], $_GET); 635 // SQL injection hack protection 636 foreach($_GET as $Index => $Item) $_GET[$Index] = addslashes($_GET[$Index]); 635 637 return($PathItems); 636 638 }
Note:
See TracChangeset
for help on using the changeset viewer.