insert-coin/public_html/coin.php
2018-10-09 19:39:09 -05:00

9 lines
227 B
PHP

<?php
include("../resources/config.php");
include("../resources/library/main.php");
create_page("insert " . strtolower($GLOBALS["file_beam_item"]), "coin/beam.php",
$GLOBALS["file_beam_alt"], $GLOBALS["file_beam_img"]);
?>