PHP Source Code Viewer :: Show line #s :: Home :: ?
dew-newphplinks.v.2.1.0.1b.sef/admin/sites.php has 55 lines, size is 4 096 bytes, last modified on February 25 2010 16:05:00.

<?

// *******************************************************************

//  admin/sites.php

// *******************************************************************



include("../include/config.php");

include(
"../include/functions.php");



include(
"../include/common.php");

$language $gl["Language"];



include(
"../include/lang/$language.php");



include(
"../include/session.php");

session_start();

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"

    "DTD/xhtml1-frameset.dtd">

<html>

<head>

<title></title>

</head>

<frameset rows="42,*">

<frame name="sites_top" scrolling="no" target="sites_main" src="sites_top.php?<?=session_name()?>=<?=session_id()?>" marginwidth="10" marginheight="10" topmargin="10" leftmargin="10">

<frame name="sites_main" scrolling="auto" src="sites_main.php?<?=session_name()?>=<?=session_id()?>" marginwidth="10" marginheight="10" topmargin="10" leftmargin="10">

</frameset>

</html>


TOP :: PHP Source Code Viewer        Powered by Dew-Code's PHP Source Code Viewer 1.2