session cookie
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once("config.db.php");
|
||||
|
||||
require("config.php");
|
||||
|
||||
$directory = $_SERVER['REQUEST_URI'];
|
||||
@@ -30,8 +30,13 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1><?=$strTitle?></h1>
|
||||
|
||||
<div class="container">
|
||||
<h1><?=$strTitle?></h1>
|
||||
<div class="jumbotron">
|
||||
<img src="<?=$strLogo?>" />
|
||||
<?=$strIntroText?>
|
||||
</div>
|
||||
<div>
|
||||
<form method="GET" action="index.php">
|
||||
<select name="d" style="float:left;margin-top:0.5em;margin-right:0.5em;" onchange="this.form.submit()">
|
||||
|
||||
Reference in New Issue
Block a user