<?php

/*
 * Update Website When Code Is Pushed
 */
system ( "cd /usr/web/sites/app.zirror.com/;git pull" );

?>
