forked from phalcon/phalcon-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebtools.config.php
36 lines (32 loc) · 1.67 KB
/
webtools.config.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
<?php
/*
+------------------------------------------------------------------------+
| Phalcon Developer Tools |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
| |
| If you did not receive a copy of the license and are unable to |
| obtain it through the world-wide-web, please send an email |
| to [email protected] so we can send you a copy immediately. |
+------------------------------------------------------------------------+
| Authors: Andres Gutierrez <[email protected]> |
| Eduar Carvajal <[email protected]> |
+------------------------------------------------------------------------+
*/
/**
* @const PTOOLS_IP Allowed IP for access.
* Phalcon Developers Tools can only be used in local machine, however
* you can set this to allow certain IP address.
*
* For example:
* 192.168.0.1 or SUBNET 192., 10.0.2., 86.84.124.
*/
defined('PTOOLS_IP') || define('PTOOLS_IP', '192.168.');
// ---------------------------- DO NOT EDIT BELOW ------------------------------
/**
* @const PTOOLSPATH The path to the Phalcon Developers Tools.
*/
defined('PTOOLSPATH') || define('PTOOLSPATH', '@@PATH@@');