Changeset 96 for trunk/b2comments.post.php
- Timestamp:
- 05/25/2003 12:43:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.post.php
r7 r96 4 4 # like this: "b2/$b2inc/b2functions.php" 5 5 6 require( "b2config.php");7 require( "$b2inc/b2template.functions.php");8 include( "$b2inc/b2vars.php");9 include( "$b2inc/b2functions.php");6 require('b2config.php'); 7 require($abspath.$b2inc.'/b2template.functions.php'); 8 include($abspath.$b2inc.'/b2vars.php'); 9 include($abspath.$b2inc.'/b2functions.php'); 10 10 11 11 dbconnect();
Note: See TracChangeset
for help on using the changeset viewer.