imgurl/functions/urlup.php

7 lines
95 B
PHP

<?php
include_once("class/class.admin.php");
@$arr = $_POST['arr'];
$pic->urlup($arr);
?>