Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-04-26 00:22:09 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-26 00:22:09 +0300
commit1133c9a7fcd3eba0718f9c294714bc92d1d9e675 (patch)
treeab3a90ec729a4e84ed7feab56f86083aca44194c /src/controllers/SqlController.php
parent700b1e267642aeb5f8449d322b8c5bf7a75579bf (diff)
Moves statics to subfolder, transforms translation to classes
Diffstat (limited to 'src/controllers/SqlController.php')
-rw-r--r--src/controllers/SqlController.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index 4a1c511f..9be20ab5 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -13,9 +13,8 @@ namespace PHPPgAdmin\Controller;
*/
class SqlController extends BaseController
{
- public $controller_name = 'SqlController';
- public $query = '';
- public $subject = '';
+ public $query = '';
+ public $subject = '';
public $start_time;
public $duration;