???
123123123123
.....................................................................................................................................???
123123123123
.....................................................................................................................................
Warning: Undefined variable $auth in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Trying to access array offset on null in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 189
ó
zfc @ sV d Z d d l Z d d l Z d d l Z e j d e d d ƒd d d g Z y e j d ƒ Z Wn e e
f k
r d
Z n Xg Z d „ Z d d d
„ ƒ YZ
d e
f d „ ƒ YZ e j d d k sÜ e j d k r[
[ d d d „ Z d d d „ Z d d d „ Z n@ d d d „ Z d d d „ Z d d d „ Z e j d d g ƒ d S( sn Spawn a command with pipes to its stdin, stdout, and optionally stderr.
The normal os.popen(cmd, mode) call spawns a shell command and provides a
file interface to just the input or output of the process depending on
whether mode is 'r' or 'w'. This module provides the functions popen2(cmd)
and popen3(cmd) which return two or three pipes to the spawned command.
iÿÿÿÿNs<