12 lines
156 B
PHP
12 lines
156 B
PHP
<?php
|
|
|
|
|
|
include("array.php");
|
|
include("file.php");
|
|
include("insert-coin.php");
|
|
include("sanitization.php");
|
|
include("string.php");
|
|
include("urls.php");
|
|
|
|
?>
|