diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 15:54:52 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 15:54:52 -0500 |
| commit | 3d3803d33585bdd728590584c87187e2ff80d1b8 (patch) | |
| tree | b0d198cb99488b3ed1c69e26d008fc0558b70224 /box.php | |
| parent | 706a855e175d0efc5193b3511c51455c439481fc (diff) | |
| download | calendar-3d3803d33585bdd728590584c87187e2ff80d1b8.tar.gz calendar-3d3803d33585bdd728590584c87187e2ff80d1b8.tar.bz2 calendar-3d3803d33585bdd728590584c87187e2ff80d1b8.zip | |
move kernel/includes/setup_inc.php
Diffstat (limited to 'box.php')
| -rw-r--r-- | box.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ /** * Setup */ -require_once( '../kernel/setup_inc.php' ); +require_once( '../kernel/includes/setup_inc.php' ); global $gContent, $gBitSystem; include_once( LIBERTY_PKG_INCLUDE_PATH.'lookup_content_inc.php' ); |
