8 lines
No EOL
72 B
PHP
8 lines
No EOL
72 B
PHP
<?php
|
|
|
|
require 'config.php';
|
|
require 'functions.php';
|
|
|
|
init_mysql();
|
|
|
|
?>
|