Continued:
[core.git] / inc / selector.php
index 0137796025e25e309d3133fe1b299b7bfbdca4e4..19095dc113b7934d2ff5731ac17e34819a30d8c4 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * The application selector main include file
  *
@@ -78,6 +82,3 @@ unset($appInc);
 unset($configAppIncludes);
 unset($appFqFn);
 unset($basePathFile);
-
-// [EOF]
-?>