aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tabs/ajax/content4-broken.php
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2010-02-24 18:43:33 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2010-02-24 18:43:33 +0000
commita5eab4cc38c73c3c54b9c6a6d071ad93263f50f5 (patch)
treeb6d2c12e0e974f2fd4b7263fceae918396cdad87 /demos/tabs/ajax/content4-broken.php
parentc27bc6b0355899d7d5cf40e594fa033e159b7653 (diff)
downloadjquery-ui-a5eab4cc38c73c3c54b9c6a6d071ad93263f50f5.tar.gz
jquery-ui-a5eab4cc38c73c3c54b9c6a6d071ad93263f50f5.zip
Fix for #4451 - ajax tabs error handling
Diffstat (limited to 'demos/tabs/ajax/content4-broken.php')
-rw-r--r--demos/tabs/ajax/content4-broken.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/tabs/ajax/content4-broken.php b/demos/tabs/ajax/content4-broken.php
new file mode 100644
index 000000000..55ea2fe9f
--- /dev/null
+++ b/demos/tabs/ajax/content4-broken.php
@@ -0,0 +1,3 @@
+<?php
+header("HTTP/1.0 404 Not Found");
+?> \ No newline at end of file