Changeset 2443895
- Timestamp:
- 12/21/2020 08:14:26 PM (5 years ago)
- File:
-
- 1 edited
-
bangnam-wp/trunk/bangnam-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bangnam-wp/trunk/bangnam-wp.php
r2377093 r2443895 108 108 } 109 109 110 foreach( glob( __DIR__ .'/*.php') as $start_file ) 111 { 112 require_once $start_file; 113 } 110 114 foreach( glob( __DIR__ .'/libs/*/*.php') as $start_file ) 111 115 {
Note: See TracChangeset
for help on using the changeset viewer.