Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv17375
Modified Files:
first.php
Log Message:
Properly escape variable name
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** first.php 27 Jun 2003 23:47:40 -0000 1.9
--- first.php 27 Jun 2003 23:52:16 -0000 1.10
***************
*** 109,113 ****
} else {
// If there is only 1 include available then use this line to include it instead
! include(\"$fbasepath/\$module->modulename/\$module->includes\");
}
}
--- 109,113 ----
} else {
// If there is only 1 include available then use this line to include it instead
! include(\"\$fbasepath/\$module->modulename/\$module->includes\");
}
}
|