diff --git a/docs/RIDE/components/ide.php b/docs/RIDE/components/ide.php index eaaf0c1..278f02a 100644 --- a/docs/RIDE/components/ide.php +++ b/docs/RIDE/components/ide.php @@ -10,7 +10,7 @@
-
test
test
+

diff --git a/docs/RIDE/index.php b/docs/RIDE/index.php index 3b0ae29..a308db0 100644 --- a/docs/RIDE/index.php +++ b/docs/RIDE/index.php @@ -25,8 +25,7 @@ include('components/ide.php'); }else include('components/login.php'); - } - + } ?> \ No newline at end of file diff --git a/mind3rd/API/programs/Add.php b/mind3rd/API/programs/Add.php index 8607687..4d2ba63 100644 --- a/mind3rd/API/programs/Add.php +++ b/mind3rd/API/programs/Add.php @@ -25,7 +25,7 @@ public function executableFunction() { - echo "AAAAAAAAA"; + //echo "AAAAAAAAA"; if(!\API\User::userExists($this->user)) { echo "user does not exist"; diff --git a/mind3rd/API/programs/Set.php b/mind3rd/API/programs/Set.php index 0856092..4303fb9 100644 --- a/mind3rd/API/programs/Set.php +++ b/mind3rd/API/programs/Set.php @@ -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)');