Skip to content

Commit

Permalink
correct fstab editor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey kruglov committed Nov 7, 2018
1 parent 4d07b1b commit ed5d15f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf/ext/thebrig/extensions_thebrig_fstab.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@
*/
require("auth.inc");
require("guiconfig.inc");
$includepath = $config['thebrig']['rootfolder'];
require_once($includepath ."conf/ext/thebrig/functions.inc");

ob_start();
$k=0;
if ($_GET) {
unset ($input_errors);
print_r ($_GET);
//print_r ($_GET);
if ($_GET['act'] == "editor") {
$link = $_SERVER['HTTP_REFERER'];
$uuid = $_GET['uuid'];
Expand Down

0 comments on commit ed5d15f

Please sign in to comment.