?¡ëPNG  IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À? ¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
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/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
etc/rc.d/init.d/sysstat000066600000002170150471444470011005 0ustar00#!/bin/sh # # chkconfig: 12345 01 99 # description: Reset the system activity logs # # /etc/rc.d/init.d/sysstat # (C) 2000-2009 Sebastien Godard (sysstat orange.fr) # ### BEGIN INIT INFO # Provides: sysstat # Required-Start: # Required-Stop: # Default-Start: 1 2 3 4 5 # Default-Stop: 0 6 # Description: Reset the system activity logs # Short-Description: reset the system activity logs ### END INIT INFO #@(#) sysstat-9.0.4 startup script: #@(#) Insert a dummy record in current daily data file. #@(#) This indicates that the counters have restarted from 0. RETVAL=0 PIDFILE=/var/run/sysstat.pid # See how we were called. case "$1" in start) [ $UID -eq 0 ] || exit 4 echo $$ > $PIDFILE || exit 1 echo -n "Calling the system activity data collector (sadc)... " /usr/lib64/sa/sa1 --boot [ $? -eq 0 ] || RETVAL=1 rm -f $PIDFILE echo ;; status) [ -f $PIDFILE ] || RETVAL=3 ;; stop) [ $UID -eq 0 ] || exit 4 ;; restart|reload|force-reload|condrestart|try-restart) ;; *) echo "Usage: sysstat {start|stop|status|restart|reload|force-reload|condrestart|try-restart}" RETVAL=2 esac exit ${RETVAL}