a couple of detailes
Esse commit está contido em:
@@ -10,7 +10,7 @@
|
||||
<br/>
|
||||
</div>
|
||||
<div id="editorPanel">
|
||||
<div id="editor">test<br/>test</div>
|
||||
<div id="editor"></div>
|
||||
</div>
|
||||
<div id="consolePanel">
|
||||
<br/>
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
}else
|
||||
include('components/login.php');
|
||||
}
|
||||
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
public function executableFunction()
|
||||
{
|
||||
echo "AAAAAAAAA";
|
||||
//echo "AAAAAAAAA";
|
||||
if(!\API\User::userExists($this->user))
|
||||
{
|
||||
echo "user does not exist";
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
$this->addRequiredArgument('attribute',
|
||||
'The attribute you will change');
|
||||
$this->addOptionalArgument('value',
|
||||
'The value for that attribute(optional only for pwd');
|
||||
'The value for that attribute(optional only for pwd)');
|
||||
$this->addOptionalArgument('extra',
|
||||
'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