imgurl/functions/urlup.php

7 lines
95 B
PHP
Raw Normal View History

2018-08-11 10:05:00 +00:00
<?php
include_once("class/class.admin.php");
@$arr = $_POST['arr'];
$pic->urlup($arr);
?>