all your files are belong to git....
[glcas.git] / lib / plugins / install.php
diff --git a/lib/plugins/install.php b/lib/plugins/install.php
new file mode 100644 (file)
index 0000000..0abf40c
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+if(!isset($dataSource)) {
+       goInstall();
+}
+
+if(!tryDataStore()) {
+       goInstall();
+}
+
+?>
\ No newline at end of file