Subversion Repositories oidplus

Rev

Rev 467 | Rev 480 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 467 Rev 468
Line 64... Line 64...
64
                                          '<br>'._L('or alternatively').'<br>' .
64
                                          '<br>'._L('or alternatively').'<br>' .
65
                                          'iconv ('.$install_hint2.')';
65
                                          'iconv ('.$install_hint2.')';
66
        }
66
        }
67
 
67
 
68
        if (!function_exists('simplexml_load_file')) {
68
        if (!function_exists('simplexml_load_file')) {
69
                // Required for includes/functions.inc.php (Translation)
-
 
70
                //              includes/classes/OIDplusPluginManifest.class.php (Plugins)
69
                // Required for includes/classes/OIDplusPluginManifest.class.php (Plugins)
71
                //              includes/classes/OIDplus.class.php (Translation)
70
                //              includes/classes/OIDplus.class.php (Translation)
-
 
71
                //              plugins/adminPages/400_oidinfo_export/OIDplusPageAdminOIDInfoExport.class.php (Import OID from oid-info.com)
-
 
72
                //              dev/translation/*.phps (only for developers)
72
                if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
73
                if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
73
                        $install_hint = _L('On Windows, it should be installed by default');
74
                        $install_hint = _L('On Windows, it should be installed by default');
74
                } else {
75
                } else {
75
                        $install_hint = _L('On Linux, install it by running e.g. %1, and then restart your webserver service, e.g. by running %2',
76
                        $install_hint = _L('On Linux, install it by running e.g. %1, and then restart your webserver service, e.g. by running %2',
76
                                '<code>sudo apt-get update && sudo apt-get install php-xml</code>',
77
                                '<code>sudo apt-get update && sudo apt-get install php-xml</code>',