Added some new commands to the API namespace to make it easier for developers
Esse commit está contido em:
+5
-4
@@ -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')
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário