Example #1
0
<?php

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

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

Cube::Create();

?>