some fun data.
[pengine.git] / lib / lib.php
index 63c697a..1fde0d7 100644 (file)
@@ -1,5 +1,7 @@
 <?php 
 
+require_once("interComms.php");
+
 // first and foremost, load the plugins
 $basedir = dirname(__FILE__);
 if(is_dir("$basedir/plugins")) {
@@ -20,7 +22,7 @@ if(is_dir("$basedir/plugins")) {
 $storeLocation = "$basedir/../store/";
 global $storeLocation;
 
-if(!isdir($storeLocation)) {
+if(!is_dir($storeLocation)) {
        mkdir($storeLocation, 0770);
 }
 ?>
\ No newline at end of file