a couple of detailes

Esse commit está contido em:
FelipeNMoura
2012-02-07 01:18:54 -02:00
commit a8d3cb52bd
4 arquivos alterados com 4 adições e 5 exclusões
+1 -1
Ver Arquivo
@@ -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/>
+1 -2
Ver Arquivo
@@ -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>
+1 -1
Ver Arquivo
@@ -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";
+1 -1
Ver Arquivo
@@ -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)');