unbreak, this patch isnt really needed anyway

noticed by sturm@
This commit is contained in:
avsm 2003-12-02 19:16:44 +00:00
parent 5e9f43efc6
commit e9b462c2e8

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-doc_timer_example_php,v 1.1.1.1 2003/05/23 21:32:52 avsm Exp $
--- doc/timer_example.php.orig Fri May 23 22:29:23 2003
+++ doc/timer_example.php Fri May 23 22:29:42 2003
@@ -1,5 +1,5 @@
<?php
-require '../Timer.php';
+require 'Benchmark/Timer.php';
function wait($amount) {
for ($i=0; $i < $amount; $i++) {