Changeset 1572734
- Timestamp:
- 01/11/2017 08:01:06 PM (9 years ago)
- Location:
- bible-plus/trunk
- Files:
-
- 1 added
- 1 edited
-
assets/html/php.html.php (added)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bible-plus/trunk/index.php
r1572718 r1572734 27 27 * Load Files 28 28 */ 29 include JWPLG_BBP_PATH . 'functions.php'; 30 include JWPLG_BBP_PATH . 'admin.php'; 29 if( is_admin() && !defined('DOING_AJAX') || !DOING_AJAX ) : 30 include JWPLG_BBP_PATH . 'admin.php'; 31 else : 32 include JWPLG_BBP_PATH . 'functions.php'; 33 endif; 31 34 32 35 /**
Note: See TracChangeset
for help on using the changeset viewer.