Menu

#1 Error in the admin directory

open
nobody
None
5
2004-06-18
2004-06-18
Anonymous
No

looks like all the the files in the admin subdirectory have the wrong
path for the includes

<?php
include ("config.inc");
include ("forum.inc");

are the first three lines

they should be

<?php
include ("../config.inc");
include ("../forum.inc");

well it works for my rh7.2 box I'm testing this out on before putting it
on my system for real

The Secret Hamster

PS will get an account so I can participate more

Discussion


Log in to post a comment.