self opening modals, loginredirects keep fragment data
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . "./lib/");
|
||||
require_once("participoLib/participo.php");
|
||||
|
||||
require_once("config/participo.php");
|
||||
|
||||
require_once("./local/dbConf.php");
|
||||
@@ -7,8 +10,7 @@ setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
|
||||
|
||||
require_once("./lib/db.php");
|
||||
require_once("./lib/api.php");
|
||||
require_once("./lib/participoLib/participo.php");
|
||||
|
||||
|
||||
require_once("./auth.php");
|
||||
|
||||
$basePath = $config['basePath'];
|
||||
@@ -81,9 +83,6 @@ foreach($years as $year){?>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
<?php
|
||||
if($_SESSION['login']){
|
||||
?>
|
||||
<main>
|
||||
<!-- List of Infos -->
|
||||
<div class="row" id="infoList">
|
||||
|
||||
Reference in New Issue
Block a user