9 lines
227 B
PHP
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"]);
|
|
|
|
?>
|