This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new c61452b2 Update index.cgi
c61452b2 is described below
commit c61452b20036eb8400db2b30d2a65b9c1737b3d1
Author: Sebb <[email protected]>
AuthorDate: Sun Jan 7 09:18:53 2024 +0000
Update index.cgi
---
www/status/index.cgi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/status/index.cgi b/www/status/index.cgi
index 1b5dfaed..2aef4bad 100755
--- a/www/status/index.cgi
+++ b/www/status/index.cgi
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
+$LOAD_PATH.unshift '/srv/whimsy/lib' # public_json.rb needs this
+
require 'json'
require 'time'