BLUE
PHP 7.4.33
Path:
/var/www/podiomigration.bitkit.dk/httpdocs/public/phpmyadmin/libraries/classes/Controllers
Run
Logout
Edit File
Size: 552 B
Close
/var/www/podiomigration.bitkit.dk/httpdocs/public/phpmyadmin/libraries/classes/Controllers/DatabaseController.php
Text
Base64
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Holds the PhpMyAdmin\Controllers\DatabaseController * * @package PhpMyAdmin\Controllers */ namespace PhpMyAdmin\Controllers; /** * Handles database related logic * * @package PhpMyAdmin\Controllers */ abstract class DatabaseController extends Controller { /** * @var string $db */ protected $db; /** * Constructor */ public function __construct($response, $dbi, $db) { parent::__construct($response, $dbi); $this->db = $db; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Database
DIR
-
drwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Server
DIR
-
drwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Table
DIR
-
drwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Controller.php
639 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DatabaseController.php
552 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TableController.php
681 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).