File tree 4 files changed +32
-70
lines changed
4 files changed +32
-70
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- +------------------------------------------------------------------------+
5
- | Phalcon Developer Tools |
6
- +------------------------------------------------------------------------+
7
- | Copyright (c) 2011-2016 Phalcon Team (https://www.phalconphp.com) |
8
- +------------------------------------------------------------------------+
9
- | This source file is subject to the New BSD License that is bundled |
10
- | with this package in the file LICENSE.txt. |
11
- | |
12
- | If you did not receive a copy of the license and are unable to |
13
- | obtain it through the world-wide-web, please send an email |
14
- | to license@phalconphp.com so we can send you a copy immediately. |
15
- +------------------------------------------------------------------------+
16
- | Authors: Andres Gutierrez <andres@phalconphp.com> |
17
- | Eduar Carvajal <eduar@phalconphp.com> |
18
- | Serghei Iakovlev <serghei@phalconphp.com> |
19
- +------------------------------------------------------------------------+
20
- */
3
+ /**
4
+ * This file is part of the Phalcon Developer Tools.
5
+ *
6
+ * (c) Phalcon Team <team@phalcon.io>
7
+ *
8
+ * For the full copyright and license information, please view
9
+ * the LICENSE file that was distributed with this source code.
10
+ */
21
11
22
12
$ uri = urldecode (parse_url ($ _SERVER ['REQUEST_URI ' ], PHP_URL_PATH ));
23
13
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- +------------------------------------------------------------------------+
5
- | Phalcon Developer Tools |
6
- +------------------------------------------------------------------------+
7
- | Copyright (c) 2011-2016 Phalcon Team (https://www.phalconphp.com) |
8
- +------------------------------------------------------------------------+
9
- | This source file is subject to the New BSD License that is bundled |
10
- | with this package in the file LICENSE.txt. |
11
- | |
12
- | If you did not receive a copy of the license and are unable to |
13
- | obtain it through the world-wide-web, please send an email |
14
- | to license@phalconphp.com so we can send you a copy immediately. |
15
- +------------------------------------------------------------------------+
16
- | Authors: Andres Gutierrez <andres@phalconphp.com> |
17
- | Eduar Carvajal <eduar@phalconphp.com> |
18
- | Serghei Iakovlev <serghei@phalconphp.com> |
19
- +------------------------------------------------------------------------+
20
- */
3
+ /**
4
+ * This file is part of the Phalcon Developer Tools.
5
+ *
6
+ * (c) Phalcon Team <team@phalcon.io>
7
+ *
8
+ * For the full copyright and license information, please view
9
+ * the LICENSE file that was distributed with this source code.
10
+ */
21
11
22
12
/**
23
13
* @const PTOOLS_IP Allowed IP for access.
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- +------------------------------------------------------------------------+
5
- | Phosphorum |
6
- +------------------------------------------------------------------------+
7
- | Copyright (c) 2013-present Phalcon Team and contributors |
8
- +------------------------------------------------------------------------+
9
- | This source file is subject to the New BSD License that is bundled |
10
- | with this package in the file LICENSE.txt. |
11
- | |
12
- | If you did not receive a copy of the license and are unable to |
13
- | obtain it through the world-wide-web, please send an email |
14
- | to license@phalconphp.com so we can send you a copy immediately. |
15
- +------------------------------------------------------------------------+
16
- */
17
-
18
- use Phalcon \Di ;
3
+ /**
4
+ * This file is part of the Phalcon Developer Tools.
5
+ *
6
+ * (c) Phalcon Team <team@phalcon.io>
7
+ *
8
+ * For the full copyright and license information, please view
9
+ * the LICENSE file that was distributed with this source code.
10
+ */
19
11
20
12
if (!function_exists ('app_path ' )) {
21
13
/**
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- +------------------------------------------------------------------------+
5
- | Phalcon Developer Tools |
6
- +------------------------------------------------------------------------+
7
- | Copyright (c) 2011-2016 Phalcon Team (https://www.phalconphp.com) |
8
- +------------------------------------------------------------------------+
9
- | This source file is subject to the New BSD License that is bundled |
10
- | with this package in the file LICENSE.txt. |
11
- | |
12
- | If you did not receive a copy of the license and are unable to |
13
- | obtain it through the world-wide-web, please send an email |
14
- | to license@phalconphp.com so we can send you a copy immediately. |
15
- +------------------------------------------------------------------------+
16
- | Authors: Andres Gutierrez <andres@phalconphp.com> |
17
- | Eduar Carvajal <eduar@phalconphp.com> |
18
- | Serghei Iakovlev <serghei@phalconphp.com> |
19
- +------------------------------------------------------------------------+
20
- */
3
+ /**
4
+ * This file is part of the Phalcon Developer Tools.
5
+ *
6
+ * (c) Phalcon Team <team@phalcon.io>
7
+ *
8
+ * For the full copyright and license information, please view
9
+ * the LICENSE file that was distributed with this source code.
10
+ */
21
11
22
12
use Phalcon \Bootstrap ;
23
13
You can’t perform that action at this time.
0 commit comments