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-03-21 14:19:40 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-03-21 14:19:40 +0300
commit0cc5a0bc23dc46ad9b61dc563dab480e024a36cd (patch)
tree889c4f826fd4b51e45acc325ec2e1d63fae25550 /src/controllers/ColpropertiesController.php
parentf750d03b4e14b0334dcf30281be794a9e4a925b6 (diff)
more phpdocs for Postgres.php, replaces php views with actual slim routes
Diffstat (limited to 'src/controllers/ColpropertiesController.php')
-rw-r--r--src/controllers/ColpropertiesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index 8c554f23..947432ab 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -142,7 +142,7 @@ class ColpropertiesController extends BaseController
'browse' => [
'attr' => [
'href' => [
- 'url' => 'display.php',
+ 'url' => 'display',
'urlvars' => [
'subject' => 'column',
'server' => $_REQUEST['server'],
@@ -196,7 +196,7 @@ class ColpropertiesController extends BaseController
'browse' => [
'attr' => [
'href' => [
- 'url' => 'display.php',
+ 'url' => 'display',
'urlvars' => [
'subject' => 'column',
'server' => $_REQUEST['server'],