From c86d5b3d03b1fbb0fb9a7d9db74509798ea1e238 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 6 Jun 2022 16:25:10 +0000 Subject: index: Rewrite in PHP --- index.php | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..4a126df --- /dev/null +++ b/index.php @@ -0,0 +1,72 @@ +chat; + $name = ucfirst(explode("@", substr($uri, 5))[0]); + function t($template) { + GLOBAL $name; + return str_replace('{{name}}', $name, $template); + } +?> + + + + + + + <?= t($action->title) ?> + + + + + +
+

heading) ?>

+

button)?>

+ + + +

clients; ?>

+

recommend; ?>

+ +

+ +

+ + +

checkfulllist ?>

+

xmppis ?>

+
+

+
+ + -- cgit 1.4.1