Index: branches/unlabeled/unlabeled-1.44.2/kernel/startup.php =================================================================== diff -u -r6801 -r6981 --- branches/unlabeled/unlabeled-1.44.2/kernel/startup.php (.../startup.php) (revision 6801) +++ branches/unlabeled/unlabeled-1.44.2/kernel/startup.php (.../startup.php) (revision 6981) @@ -63,8 +63,9 @@ $kernel_version = "1.0.0"; $FormError = array(); $FormValues = array(); + /* include PHP version compatibility functions */ -require_once(FULL_PATH.'/compat.php'); +require_once(FULL_PATH.'/kernel/include/compat.php'); /* set global variables and module lists */ if( constOn('DEBUG_MODE') ) include_once(FULL_PATH.'/kernel/include/debugger.php');