mirror of https://github.com/helloxz/imgurl
7 lines
95 B
PHP
7 lines
95 B
PHP
![]() |
<?php
|
||
|
include_once("class/class.admin.php");
|
||
|
|
||
|
@$arr = $_POST['arr'];
|
||
|
|
||
|
$pic->urlup($arr);
|
||
|
?>
|