geändert: index.php
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$baseUrl = "http://cwsvjudo.bplaced.net/pages/desktop/wkParticipo";
|
||||||
require_once('../local/wkParticipoConf.php.inc');
|
require_once('../local/wkParticipoConf.php.inc');
|
||||||
require_once('../auth.php');
|
require_once('../auth.php');
|
||||||
require_once('../local/db.php.inc');
|
require_once('../local/db.php.inc');
|
||||||
@@ -18,6 +19,6 @@
|
|||||||
<p><a href="./addEvent.php">Neuen Event anlegen.</a></p>
|
<p><a href="./addEvent.php">Neuen Event anlegen.</a></p>
|
||||||
<p><a href="./listUsers.php">User anzeigen.</a></p>
|
<p><a href="./listUsers.php">User anzeigen.</a></p>
|
||||||
<p><a href="./listEvents.php">Events 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user