From 25b7d2aab61ae6421398d3abae5da6ffe590333d Mon Sep 17 00:00:00 2001 From: s1n Date: Sat, 28 Mar 2020 10:36:41 -0700 Subject: 3/28/2020, 10:36 --- user/plugins/sample-toolbar/plugin.php | 126 +++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 user/plugins/sample-toolbar/plugin.php (limited to 'user/plugins/sample-toolbar/plugin.php') diff --git a/user/plugins/sample-toolbar/plugin.php b/user/plugins/sample-toolbar/plugin.php new file mode 100644 index 0000000..2467bb9 --- /dev/null +++ b/user/plugins/sample-toolbar/plugin.php @@ -0,0 +1,126 @@ + + + $pagetitle — YOURLS + + + + + + + + +
+
+ Short link powered by YOURLS and created $created. $hits. + +
+ + + + +
+ +
+ +
+ close + close + +
+
+ + + + + + + +PAGE; + + // Don't forget to die, to interrupt the flow of normal events (ie redirecting to long URL) + die(); +} \ No newline at end of file -- cgit v1.2.3