diff -r 53cff4b4a802 -r bde1974c263b web/wp-content/plugins/exec-php/includes/manager.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/exec-php/includes/manager.php Wed Feb 03 15:37:20 2010 +0000 @@ -0,0 +1,44 @@ +m_ajax =& new ExecPhp_Ajax($cache); + $this->m_runtime =& new ExecPhp_Runtime($cache); + $this->m_admin =& new ExecPHP_Admin($cache); + } +} +endif; + +?> \ No newline at end of file