예제 #1
0
파일: index.php 프로젝트: AmsterdamData/box
<?php

error_reporting(E_ERROR);
include 'Box.php';
$box = new Box();
//$box->updateBox();
$box->printBox($_REQUEST["folderid"], $_REQUEST["fileid"]);