%
if (!preg_match('/bboard/', $_SERVER['REQUEST_URI'])) {
/*
* Session Management for PHP3
*
* Copyright (c) 1998-2000 NetUSE AG
* Boris Erdmann, Kristian Koehntopp
*
* $Id: prepend.php3,v 1.4 2001/07/14 20:24:55 kk Exp $
*
*/
$_PHPLIB = array();
$_PHPLIB["libdir"] = "/var/www/vhosts/softaps.com/httpdocs/phplib/";
require($_PHPLIB["libdir"] . "db_mysql.inc"); /* Change this to match your database. */
require($_PHPLIB["libdir"] . "ct_sql.inc"); /* Change this to match your data storage container */
require($_PHPLIB["libdir"] . "session.inc"); /* Required for everything below. */
require($_PHPLIB["libdir"] . "auth.inc"); /* Disable this, if you are not using authentication. */
require($_PHPLIB["libdir"] . "perm.inc"); /* Disable this, if you are not using permission checks. */
require($_PHPLIB["libdir"] . "user.inc"); /* Disable this, if you are not using per-user variables. */
/* Additional require statements go below this line */
# require($_PHPLIB["libdir"] . "menu.inc"); /* Enable to use Menu */
require($_PHPLIB["libdir"] . "greg.inc"); /* Enable to use Menu */
/* Additional require statements go before this line */
require($_PHPLIB["libdir"] . "local.inc"); /* Required, contains your local configuration. */
require($_PHPLIB["libdir"] . "page.inc"); /* Required, contains the page management functions. */
}
%>
<%
page_open( array("sess" => "SOFTAPS_NC_Session", "auth" => "SOFTAPS_Default_Auth", "perm" => "SOFTAPS_Perm"));
%>
<%
include "/var/www/vhosts/softaps.com/httpdocs/members/showdata.php";
%>
SofTap Permanent Cosmetics
 |
Copyright
SofTap® Permanent Cosmetics 2002 - 2009, All rights reserved.
|
| |
|
<%
page_close();
%>