all your files are belong to git....
[glcas.git] / lib / plugins / install.php
1 <?php
2
3 if(!isset($dataSource)) {
4         goInstall();
5 }
6
7 if(!tryDataStore()) {
8         goInstall();
9 }
10
11 ?>