Changeset 63 for trunk/admin.php
- Timestamp:
- Jan 1, 2016, 1:16:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin.php
r51 r63 1 1 <?php 2 include(' global.php');2 include('Global.php'); 3 3 4 4 if(array_key_exists('Operation', $_GET)) $Operation = $_GET['Operation']; else $Operation = '';
Note:
See TracChangeset
for help on using the changeset viewer.