source:
OpenPNE/trunk/public_html/config.inc.php
@
4933
Last change on this file since 4933 was 4933, checked in by , 15 years ago | |
---|---|
File size: 208 bytes |
Line | |
---|---|
1 | <?php |
2 | /** |
3 | * @copyright 2005-2008 OpenPNE Project |
4 | * @license http://www.php.net/license/3_01.txt PHP License 3.01 |
5 | */ |
6 | |
7 | define('OPENPNE_DIR', realpath('../')); |
8 | require_once OPENPNE_DIR . '/config.php'; |
9 | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.