Added some new commands to the API namespace to make it easier for developers

Esse commit está contido em:
Felipe Nascimento de Moura
2011-04-22 00:51:27 -03:00
commit 118de09e86
25 arquivos alterados com 958 adições e 89 exclusões
+5 -4
Ver Arquivo
@@ -19,6 +19,7 @@
exit;
}
echo "<form action='setup.php?setupGo=true' method='POST'>";
echo "<p><img src='docs/ide/images/".((Setup::$phpVsOk)? 'o':'f').".png' /> PHP 5.3+<br/>";
echo "<p><img src='docs/ide/images/".((Setup::$sqliteOk)? 'o':'f').".png' /> SQLite3 support<br/>";
@@ -46,15 +47,15 @@
If you are trying to reinstall the system, consider removing the file <br/><i>mind3rd/SQLite/mind</i>(the database itself...all the old projects will be lost, them) and then
try to re-installing the application.<br/><br/>";
}
echo "Admin's password: <input type=password name='adminEmail' /><br/>";
echo "Admin's e-mail: <input type=text name='adminPWD' /><br/>";
echo "<input type='button'
value='Verify again'
onclick='self.location.href=self.location.href' />";
if(Setup::$installationOk)
{
echo "<input type='button'
value='Install'
onclick='self.location.href=self.location.href+\"?setupGo=true\"' />";
echo "<input type='submit'
value='Install' />";
}
echo "<hr/>";
if(Setup::getSO() == 'WIN')