@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DirectAdmin |
|
4 | - * (c) Omines Internetbureau B.V. |
|
5 | - * |
|
6 | - * For the full copyright and license information, please view the LICENSE |
|
7 | - * file that was distributed with this source code. |
|
8 | - */ |
|
3 | + * DirectAdmin |
|
4 | + * (c) Omines Internetbureau B.V. |
|
5 | + * |
|
6 | + * For the full copyright and license information, please view the LICENSE |
|
7 | + * file that was distributed with this source code. |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Omines\DirectAdmin\Objects\Email; |
11 | 11 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DirectAdmin |
|
4 | - * (c) Omines Internetbureau B.V. |
|
5 | - * |
|
6 | - * For the full copyright and license information, please view the LICENSE |
|
7 | - * file that was distributed with this source code. |
|
8 | - */ |
|
3 | + * DirectAdmin |
|
4 | + * (c) Omines Internetbureau B.V. |
|
5 | + * |
|
6 | + * For the full copyright and license information, please view the LICENSE |
|
7 | + * file that was distributed with this source code. |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Omines\DirectAdmin\Objects\Email; |
11 | 11 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DirectAdmin |
|
4 | - * (c) Omines Internetbureau B.V. |
|
5 | - * |
|
6 | - * For the full copyright and license information, please view the LICENSE |
|
7 | - * file that was distributed with this source code. |
|
8 | - */ |
|
3 | + * DirectAdmin |
|
4 | + * (c) Omines Internetbureau B.V. |
|
5 | + * |
|
6 | + * For the full copyright and license information, please view the LICENSE |
|
7 | + * file that was distributed with this source code. |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Omines\DirectAdmin\Objects; |
11 | 11 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DirectAdmin |
|
4 | - * (c) Omines Internetbureau B.V. |
|
5 | - * |
|
6 | - * For the full copyright and license information, please view the LICENSE |
|
7 | - * file that was distributed with this source code. |
|
8 | - */ |
|
3 | + * DirectAdmin |
|
4 | + * (c) Omines Internetbureau B.V. |
|
5 | + * |
|
6 | + * For the full copyright and license information, please view the LICENSE |
|
7 | + * file that was distributed with this source code. |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Omines\DirectAdmin\Objects\Users; |
11 | 11 |
@@ -1,11 +1,11 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DirectAdmin |
|
4 | - * (c) Omines Internetbureau B.V. |
|
5 | - * |
|
6 | - * For the full copyright and license information, please view the LICENSE |
|
7 | - * file that was distributed with this source code. |
|
8 | - */ |
|
3 | + * DirectAdmin |
|
4 | + * (c) Omines Internetbureau B.V. |
|
5 | + * |
|
6 | + * For the full copyright and license information, please view the LICENSE |
|
7 | + * file that was distributed with this source code. |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Omines\DirectAdmin\Objects\Users; |
11 | 11 | |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | public function getUsers() |
47 | 47 | { |
48 | 48 | return Object::toObjectArray($this->getContext()->invokeGet('SHOW_USERS', ['reseller' => $this->getUsername()]), |
49 | - User::class, $this->getContext()); |
|
49 | + User::class, $this->getContext()); |
|
50 | 50 | |
51 | 51 | } |
52 | 52 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DirectAdmin |
|
4 | - * (c) Omines Internetbureau B.V. |
|
5 | - * |
|
6 | - * For the full copyright and license information, please view the LICENSE |
|
7 | - * file that was distributed with this source code. |
|
8 | - */ |
|
3 | + * DirectAdmin |
|
4 | + * (c) Omines Internetbureau B.V. |
|
5 | + * |
|
6 | + * For the full copyright and license information, please view the LICENSE |
|
7 | + * file that was distributed with this source code. |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Omines\DirectAdmin\Objects\Users; |
11 | 11 |
@@ -204,7 +204,8 @@ |
||
204 | 204 | { |
205 | 205 | return $this->getCache(self::CACHE_DATABASES, function() { |
206 | 206 | $databases = []; |
207 | - foreach($this->getSelfManagedContext()->invokeGet('DATABASES') as $fullName) { |
|
207 | + foreach($this->getSelfManagedContext()->invokeGet('DATABASES') as $fullName) |
|
208 | + { |
|
208 | 209 | list($user, $db) = explode('_', $fullName, 2); |
209 | 210 | if($this->getUsername() != $user) |
210 | 211 | throw new DirectAdminException('Username incorrect on database ' . $fullName); |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DirectAdmin |
|
4 | - * (c) Omines Internetbureau B.V. |
|
5 | - * |
|
6 | - * For the full copyright and license information, please view the LICENSE |
|
7 | - * file that was distributed with this source code. |
|
8 | - */ |
|
3 | + * DirectAdmin |
|
4 | + * (c) Omines Internetbureau B.V. |
|
5 | + * |
|
6 | + * For the full copyright and license information, please view the LICENSE |
|
7 | + * file that was distributed with this source code. |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Omines\DirectAdmin\Utility; |
11 | 11 |