a couple of detailes
Esse commit está contido em:
@@ -10,7 +10,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
<div id="editorPanel">
|
<div id="editorPanel">
|
||||||
<div id="editor">test<br/>test</div>
|
<div id="editor"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="consolePanel">
|
<div id="consolePanel">
|
||||||
<br/>
|
<br/>
|
||||||
|
|||||||
@@ -25,8 +25,7 @@
|
|||||||
include('components/ide.php');
|
include('components/ide.php');
|
||||||
}else
|
}else
|
||||||
include('components/login.php');
|
include('components/login.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
public function executableFunction()
|
public function executableFunction()
|
||||||
{
|
{
|
||||||
echo "AAAAAAAAA";
|
//echo "AAAAAAAAA";
|
||||||
if(!\API\User::userExists($this->user))
|
if(!\API\User::userExists($this->user))
|
||||||
{
|
{
|
||||||
echo "user does not exist";
|
echo "user does not exist";
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
$this->addRequiredArgument('attribute',
|
$this->addRequiredArgument('attribute',
|
||||||
'The attribute you will change');
|
'The attribute you will change');
|
||||||
$this->addOptionalArgument('value',
|
$this->addOptionalArgument('value',
|
||||||
'The value for that attribute(optional only for pwd');
|
'The value for that attribute(optional only for pwd)');
|
||||||
$this->addOptionalArgument('extra',
|
$this->addOptionalArgument('extra',
|
||||||
'An extra data about the defined attribute(the status or type for users or projects)');
|
'An extra data about the defined attribute(the status or type for users or projects)');
|
||||||
|
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário