geändert: index.php

This commit is contained in:
Marko Bunzel
2019-07-06 16:03:09 +02:00
parent 18394392de
commit dec3760046

View File

@@ -1,4 +1,5 @@
<?php
$baseUrl = "http://cwsvjudo.bplaced.net/pages/desktop/wkParticipo";
require_once('../local/wkParticipoConf.php.inc');
require_once('../auth.php');
require_once('../local/db.php.inc');
@@ -18,6 +19,6 @@
<p><a href="./addEvent.php">Neuen Event anlegen.</a></p>
<p><a href="./listUsers.php">User anzeigen.</a></p>
<p><a href="./listEvents.php">Events anzeigen.</a></p>
<p><a href="<?php echo( $baseUrl."/lib/wkParticipo-userAttribute.php");?>">Attribute verteilen</a></p>
</body>
</html>