All pastes #2055982 Raw Edit

Unnamed

public text v1 · immutable
#2055982 ·published 2011-05-10 01:22 UTC
rendered paste body
if(isset($_POST["aggiorna"])) {
	$hwrite = file_get_contents("lang/$loc.php");
	foreach($lang as $id=>$post) {
	      if($_POST["$id"] != $post)
		str_replace($post,$_POST["$id"],$hwrite);
	}
	file_put_contents("lang/$loc.php");
}