Skip to content

Commit

Permalink
updating header() call with correct location for example7
Browse files Browse the repository at this point in the history
  • Loading branch information
enygma committed Jun 9, 2012
1 parent 968387e commit 538eb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zfapp/application/views/scripts/example/example7.phtml
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@


<?php <?php
header('Location: http://dpcapp.localhost/js/examples/example9/app-test/runner.html'); header('Location: http://dpcapp.localhost/js/examples/example7/app-test/runner.html');
?> ?>
<!-- <!--
<html> <html>
Expand All @@ -15,4 +15,4 @@ header('Location: http://dpcapp.localhost/js/examples/example9/app-test/runner.h
<script type="text/javascript" src="/js/examples/example7/app.js"></script> <script type="text/javascript" src="/js/examples/example7/app.js"></script>
</body> </body>
</html> </html>
--> -->

0 comments on commit 538eb03

Please sign in to comment.