Changeset 21876 for branches/version-2_12-dev/html/require.php
- Timestamp:
- 2012/06/01 14:19:40 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/html/require.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/require.php
r21867 r21876 30 30 31 31 require_once HTML_REALDIR . 'define.php'; 32 while (ob_get_level() >= 1) {33 ob_end_clean();32 if (ob_get_level() > 0) { 33 while (ob_end_clean()); 34 34 } 35 35 require_once HTML_REALDIR . HTML2DATA_DIR . 'require_base.php';
Note: See TracChangeset
for help on using the changeset viewer.
