. */ /* * @brief Contains the svn_monitoring controler page * * * @file * @author Arnaud Veber * @date $date$ * @version $Revision$ * @ingroup admin */ $core_tools = new core_tools(); $core_tools->test_admin('manage_svn', 'apps'); $core_tools->load_lang(); //$databaseVersion = _DATABASE_VERSION.' : '.'1.2.1'; $version = trim(substr(_MEP_VERSION, ((strpos(_MEP_VERSION, 'v')+1)-(strlen(_MEP_VERSION))))); if ( preg_match("/trunk/i", $_SESSION['config']['coreurl'])) { $version = 'trunk'; } elseif (preg_match("/4i/i", $_SESSION['config']['coreurl'])) { $version = '4i'; } $svnDirToCheck = array( 0 => 'core', 1 => 'apps'.DIRECTORY_SEPARATOR.'maarch_entreprise' ); $modules_loaded = array_keys($_SESSION['modules_loaded']); for ($i=0; $i'; $formatText .= ' '; $formatText .= ''; //////////////////////////////////////////////////////////////////////////////// // Titre dans la page // //////////////////////////////////////////////////////////////////////////////// $formatText .= ' 
'; $formatText .= '
'; $formatText .= ''; $formatText .= '
'; $formatText .= ' '.$dirName[$i].' (v. '.$version.') '; $formatText .= '
'; $formatText .= '
 
'; // Space for divs $formatText .= '
'.$svnReleaseLocal.'

'; }