7 lines
85 B
PHP
7 lines
85 B
PHP
<?php
|
|
|
|
require_once "mobile.netbiblio.php";
|
|
|
|
$web = new NetBiblio();
|
|
$web->Run();
|