Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some ajaxy thing
  • Loading branch information
Arian committed May 6, 2011
1 parent e992ff3 commit 29aa70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -57,7 +57,7 @@
$content = str_replace('/Tests/', $basepath.$testsPath . '/', $content);
$content = str_replace('/depender/build', $basepath . 'build.php', $content);
$content = str_replace('/asset/more/', $basepath . $testsPath . '/_assets/', $content);
$content = preg_replace('/\/ajax_(html_echo)\//', $basepath . 'ajax.php', $content);
$content = preg_replace('/\/ajax_((html|json)_echo)\//', $basepath . 'ajax.php', $content);
$content = preg_replace('/\/echo\/jsonp[\/]?/', $basepath . 'ajax.php?jsonp=1', $content);

$tpl->content = $content;
Expand Down

0 comments on commit 29aa70c

Please sign in to comment.