HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/plugins/nextgen-gallery/non_pope/class.nextgen_settings.php
<?php

if (!class_exists('C_NextGen_Settings'))
{
    class C_NextGen_Settings
    {
        /**
         * @return C_Photocrati_Settings_Manager
         */
        static function get_instance()
        {
            return C_Photocrati_Settings_Manager::get_instance();
        }
    }
}

if (!class_exists('C_NextGen_Global_Settings'))
{
    class C_NextGen_Global_Settings extends C_NextGen_Settings
    {
        static function get_instance()
        {
            if (is_multisite())
                return C_Photocrati_Global_Settings_Manager::get_instance();
            else
                return C_Photocrati_Settings_Manager::get_instance();
        }
    }
}