-
Eric Laufer authored
- Inaktivensuche wurde überarbeitet
3a0dce18
box_edit.php 245 B
<?php
require_once('lib/class/bver.class.php');
$box = new BVER;
if(isset($_POST['run']['box_admin_box_aendern'])){
$box->set_art('admin');
}
if(isset($_POST['run']['box_user_box_aendern'])){
$box->set_art('user');
}
$box->Edit($_POST);
?>