Revision 1323
Added by Luisehahne over 15 years ago
| groups.php | ||
|---|---|---|
| 21 | 21 |
require_once(WB_PATH.'/framework/class.admin.php'); |
| 22 | 22 |
|
| 23 | 23 |
// Create new database object |
| 24 |
$database = new database(); |
|
| 24 |
// $database = new database();
|
|
| 25 | 25 |
|
| 26 | 26 |
if(!isset($_POST['action']) OR ($_POST['action'] != "modify" AND $_POST['action'] != "delete")) {
|
| 27 | 27 |
header("Location: index.php");
|
Also available in: Unified diff
Ticket #985 With #1318 no login in backend possible
Ticket #986 Typo inside the german language file
Ticket #982 Unnessesary heredoc causes on errors while installation!
Ticket #926/Ticket #928 Mail Notification on new user registration