Jump to content
SAU Community

Recommended Posts

<?php

/**

* <pre>

* Invision Power Services

* IP.Board v3.4.2

* Main public executable wrapper.

* Set-up and load module to run

* Last Updated: $Date: 2012-05-10 16:10:13 -0400 (Thu, 10 May 2012) $

* </pre>

*

* @author $Author: bfarber $

* @copyright © 2001 - 2009 Invision Power Services, Inc.

* @license http://www.invisionpower.com/company/standards.php#license

* @package IP.Board

* @link http://www.invisionpower.com

* @version $Rev: 10721 $

*

*/

define( 'IPB_THIS_SCRIPT', 'public' );

require_once( './initdata.php' );/*noLibHook*/

require_once( IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' );/*noLibHook*/

require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' );/*noLibHook*/

ipsController::run();

exit();

Come up with this

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...