Skip to content
Snippets Groups Projects
box_save.php 209 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<?php

$box = Classloader('bver',true);
Eric Laufer's avatar
Eric Laufer committed

if(isset($_POST['run']['box_admin_box_save'])){
Eric Laufer's avatar
Eric Laufer committed
	$box->set_art('admin');
}
if(isset($_POST['run']['box_user_box_save'])){
Eric Laufer's avatar
Eric Laufer committed
	$box->set_art('user');
}
$box->Save($_POST);