PluginProbe
Redirection / 2.4.2
Redirection v2.4.2
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
redirection / view / error.php

error.php in Redirection 2.4.2, at view/error.php

6 lines 336 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><script type="text/javascript" charset="utf-8">
2 if (document.getElementById ('ajax_error'))
3 $('ajax_error').innerHTML = '<?php printf ("%s - %s, %s", $message, $file, $line); ?>';
4 else
5 alert ('<?php printf ("%s - %s, %s", $message, $file, $line); ?>');
6 </script>