insert-coin/public_html/coin.php

9 lines
227 B
PHP
Raw Normal View History

2018-10-09 19:39:09 -05:00
<?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"]);
?>