insert-coin/coin.php

9 lines
209 B
PHP
Raw Normal View History

2018-10-09 19:39:09 -05:00
<?php
2019-02-14 09:39:29 -06:00
include("res/config.php");
include("res/library/main.php");
2018-10-09 19:39:09 -05:00
create_page("insert " . strtolower($GLOBALS["file_beam_item"]), "coin/beam.php",
$GLOBALS["file_beam_alt"], $GLOBALS["file_beam_img"]);
?>