forked from services/mlmmj-light-web-ecg
Changed README, disabled unneded features, Hiding some features from the GUI
This commit is contained in:
parent
1e0a17e6cf
commit
81d0c6e6ef
@@ -1,4 +1,8 @@
|
||||
<?php
|
||||
|
||||
# Stop script from being executed
|
||||
die("This function is deactivated!");
|
||||
|
||||
require("init.php");
|
||||
$list_name = isset($_GET["list_name"]) ? $_GET["list_name"] : "";
|
||||
$domain = $_SESSION["domain"];
|
||||
|
||||
Reference in New Issue
Block a user