Recent Topics

1 Oct 21, 2007 17:00    

My b2evolution Version: 1.10.x

is there a snippit of code that I could simply copy into a seperate php page to secure it. I want to add a link in a post to a sperate page but I want it only viewable to people login to the blog or people with an account.

2 Oct 21, 2007 17:41

<?php
$login_required = true;
require_once dirname(__FILE__).'/conf/_config.php';
require $inc_path.'_main.inc.php';
?>

¥


Form is loading...