[xiph-commits] r14667 - branches/dir.xiph.org/cgi-bin
balbinus at svn.xiph.org
balbinus at svn.xiph.org
Mon Apr 7 12:22:21 PDT 2008
Author: balbinus
Date: 2008-04-07 12:22:21 -0700 (Mon, 07 Apr 2008)
New Revision: 14667
Modified:
branches/dir.xiph.org/cgi-bin/yp.php
Log:
One less dir.
Modified: branches/dir.xiph.org/cgi-bin/yp.php
===================================================================
--- branches/dir.xiph.org/cgi-bin/yp.php 2008-04-07 19:21:43 UTC (rev 14666)
+++ branches/dir.xiph.org/cgi-bin/yp.php 2008-04-07 19:22:21 UTC (rev 14667)
@@ -1,6 +1,6 @@
<?php
-include_once(dirname(__FILE__).'/inc/prepend.php');
+include_once(dirname(__FILE__).'/../inc/prepend.php');
// Do we have enough data?
if (!array_key_exists('action', $_REQUEST))
More information about the commits
mailing list