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/ViewpropertiesController.php
parentf750d03b4e14b0334dcf30281be794a9e4a925b6 (diff)
more phpdocs for Postgres.php, replaces php views with actual slim routes
Diffstat (limited to 'src/controllers/ViewpropertiesController.php')
-rw-r--r--src/controllers/ViewpropertiesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index 73b01e9f..5034434f 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -170,7 +170,7 @@ class ViewpropertiesController extends BaseController
'browse' => [
'attr' => [
'href' => [
- 'url' => 'display.php',
+ 'url' => 'display',
'urlvars' => [
'server' => $_REQUEST['server'],
'database' => $_REQUEST['database'],
@@ -253,7 +253,7 @@ class ViewpropertiesController extends BaseController
),
'icon' => 'Column',
'iconAction' => Decorator::url(
- 'display.php',
+ 'display',
$reqvars,
[
'view' => $_REQUEST['view'],