Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
ó
Àfc @ s d d l m Z d d l m Z d d l m Z d d l Z d d l Z d d l m Z d d l m
Z
d d d d
g Z d d „ Z e
d
„ Z d e
f d „ ƒ YZ d
e f d „ ƒ YZ d S( iÿÿÿÿ( t convert_path( t log( t DistutilsOptionErrorN( t configparser( t Commandt config_filet edit_configt option_baset setoptt localc C s’ | d k r d S| d k r> t j j t j j t j ƒ d ƒ S| d k r t j d k r_ d pb d } t j j t d | ƒ ƒ St d
| ƒ ‚ d S( s Get the filename of the distutils, local, global, or per-user config
`kind` must be one of "local", "global", or "user"
R s setup.cfgt globals
distutils.cfgt usert posixt .t s ~/%spydistutils.cfgs7 config_file() type must be 'local', 'global', or 'user'N(
t ost patht joint dirnamet distutilst __file__t namet
expanduserR t
ValueError( t kindt dot( ( s= /usr/lib/python2.7/site-packages/setuptools/command/setopt.pyR s c C sœ t j d | ƒ t j ƒ } | j | g ƒ x+| j ƒ D]\ } } | d k rt t j d | | ƒ | j | ƒ q9 | j | ƒ s¦ t j d | | ƒ | j
| ƒ n x | j ƒ D]Ÿ \ } } | d k r&t j d | | | ƒ | j | | ƒ | j | ƒ sRt j d | | ƒ | j | ƒ qRq³ t j d | | | | ƒ | j
| | | ƒ q³ Wq9 Wt j d | ƒ | s˜t | d ƒ } | j | ƒ Wd QXn d S(
sY Edit a configuration file to include `settings`
`settings` is a dictionary of dictionaries or ``None`` values, keyed by
command/section name. A ``None`` value means to delete the entire section,
while a dictionary lists settings to be changed or deleted in that section.
A setting of ``None`` means to delete that setting.
s Reading configuration from %ss Deleting section [%s] from %ss Adding new section [%s] to %ss Deleting %s.%s from %ss# Deleting empty [%s] section from %ss Setting %s.%s to %r in %ss
Writing %st wN( R t debugR t RawConfigParsert readt itemst Nonet infot remove_sectiont has_sectiont add_sectiont
remove_optiont optionst sett opent write( t filenamet settingst dry_runt optst sectionR% t optiont valuet f( ( s= /usr/lib/python2.7/site-packages/setuptools/command/setopt.pyR ! s8
c B s; e Z d Z d d
d g Z d d g Z d
„ Z d „ Z RS( s<