show my subscriptions

This commit is contained in:
jhuesser
2018-06-07 13:56:05 +02:00
committed by Thomas Nilsen
parent c96cc6e1c5
commit cea55bd2b8
3 changed files with 35 additions and 0 deletions
+4
View File
@@ -4,6 +4,10 @@ require_once("template.php");
if (!file_exists("config.php"))
{
require_once("install.php");
} elseif(isset($_GET['do'])){ // we can add other actions with $_GET['do'] later.
if($_GET['do'] == "subscriptions"){
require_once("subscriptions.php");
}
}
else{