Просмотр файла index.php

Размер файла: 616B
<?php

/*********************************************************************
 *
 * WapSite powered by CsC Portal. WapSite[tm] is module of CsC Portal.
 *
 * (C) 2004. CsC Portal. All rights reserved.
 *
 * http://cscp.cs-centar.net | http://www.cs-centar.net
 *
 ********************************************************************/

// File: index.php
// Desc: used for the first page
// Written on: 21.04.2004

include("wap_db.php");
include("page_header.php");

echo "<br><br><center><a href=\"menu.php?page=index\">$lang_display[enter_site]</a></center>";

include("page_footer.php");

?>