X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6d0777840e50ce98f3d96629b4e92bbdccd3001c..c4b6c919fc57dec4334d10b6593a6b8faadc8052:/www/index.php diff --git a/www/index.php b/www/index.php index 5276bf2..5bda390 100644 --- a/www/index.php +++ b/www/index.php @@ -1,4 +1,5 @@ initRepository(); file_put_contents($dir . '.git/description', $_POST['description']); @@ -36,6 +37,7 @@ if (isset($_POST['file'])) { } $command = $vc->getCommand('commit') ->setOption('message', 'initial paste') + ->setOption('author', 'Anonymous ') ->execute(); //redirect to phork redirect($n);