From d8543707426d6a4645c270929f999df8209bb587 Mon Sep 17 00:00:00 2001 From: cflem Date: Sun, 1 Jan 2017 19:32:37 -0700 Subject: Added inc/config.php to the gitignore, opting for a sample version instead --- dash/dash_functions.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dash/dash_functions.php (limited to 'dash/dash_functions.php') diff --git a/dash/dash_functions.php b/dash/dash_functions.php new file mode 100644 index 0000000..49664a3 --- /dev/null +++ b/dash/dash_functions.php @@ -0,0 +1,9 @@ + $msg, 'link' => $link, 'label' => $label), 'dash_fatal.tpl').PHP_EOL; + require('footer.php'); + die; +} +?> -- cgit v1.2.3