root/ip/trunk/adm/admin_bbcodes.php
| 134 | 157 | ||
|---|---|---|---|
21 | if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1)); | 21 | if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1)); |
22 | require('pagestart.' . PHP_EXT); | 22 | require('pagestart.' . PHP_EXT); |
23 | 23 | ||
24 | include(IP_ROOT_PATH . 'includes/bbcode.' . PHP_EXT); | 24 | include_once(IP_ROOT_PATH . 'includes/bbcode.' . PHP_EXT); |
25 | 25 | ||
26 | define('THIS_PAGE', 'admin_bbcodes.' . PHP_EXT); | 26 | define('THIS_PAGE', 'admin_bbcodes.' . PHP_EXT); |
27 | 27 |
Download diff