예제 #1
0
파일: create.php 프로젝트: ryanknu/Cuber
<?php

// **
// * Cube Create
// * Request
// * Triggers the creation of a cube. That's all. 
// *
// * Author: Ryan Knuesel
// **

$PathToRoot = "../..";
require "../../Tools/cuber.php";

Cube::Create();

?>