Skip to content

Instantly share code, notes, and snippets.

@andrerocker
Created November 7, 2010 18:17
Show Gist options
  • Save andrerocker/666296 to your computer and use it in GitHub Desktop.
Save andrerocker/666296 to your computer and use it in GitHub Desktop.
post blog frag upload
<?php
$action = $_REQUEST["acao"];
if($action=="upload-logo")
{
processaLogo();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment