Version 2
This commit is contained in:
11
pagecontent/action-orderBy.php
Normal file
11
pagecontent/action-orderBy.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
if($meta != 'name' && $meta != 'lastAccess' && $meta != 'lastCreated') {
|
||||
die();
|
||||
}
|
||||
|
||||
$_SESSION["orderBy"] = $meta;
|
||||
|
||||
print("true");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user