Author: Giuseppe Iuculano <giuseppe@iuculano.it>
Description: Fixed a bug in commit.php, we need the zone path
--- a/php/src/commit.php
+++ b/php/src/commit.php
@@ -98,7 +98,7 @@ if (isset($rebuild)) {
 	while($conf = $confres->fetchrow()) {
 		$cout .= "zone \"" . $conf[0] . "\" {
 			type master;
-			file \"" . preg_replace('/\//','-',$conf[0]) . "\";
+			file \"" . $_CONF['path'] . preg_replace('/\//','-',$conf[0]) . "\";
 		};\n\n";
 	}
 	$fd = fopen($_CONF['conf'],"w");
