Hey All,
I'm trying to have my class load into phpWebsite no matter what page=20
the user on and if they are logged in or not. Below is the=20
configuration I have for in blast.php. Please help :-)
<?
$mod_title =3D "dev_utils";
$mod_pname =3D "Dev Utils";
$mod_directory =3D "dev_utils";
$mod_filename =3D "index.php";
$priority =3D 2;
$user_mod =3D 1;
$admin_mod =3D 1;
$mod_class_files =3D array("dev_utils.php");
$mod_sessions =3D array("OBJ_utils");
$init_object =3D array("OBJ_utils"=3D>"dev_utils");
$active =3D "on";
$version =3D 0.1;
$branch_allow =3D 1;
$uninstall_file =3D "uninstall.php";
$uninstall_allow =3D 1;
?>=00=00=
|