Sindbad~EG File Manager

Current Path : /home/sarayaglobal/.trash/plugins/backupbuddy/controllers/
Upload File :
Current File : /home/sarayaglobal/.trash/plugins/backupbuddy/controllers/pages.php

<?php

// NOTE: DO NOT PUT PAGES HERE FOR NOW -- PUT THEM IN A PAGENAME.PHP FILE IN THE CONTROLLERS/PAGES SUBDIRECTORY.

class pb_backupbuddy_pages extends pb_backupbuddy_pagescore {
	// See note above.
	
	
	// Only runs after init and such have passed.
	function __construct() {
		if ( ( false !== stristr( pb_backupbuddy::_GET( 'page' ), 'backupbuddy' ) ) || ( 'true' == pb_backupbuddy::_GET( 'activate' ) ) ){
			pb_backupbuddy::add_action( array( 'admin_notices', 'admin_notices' ) );
		}
	}
	
	
}
?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists