From 6f7f4319dbfaa3e1377142651a254da867459ff0 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Wed, 19 Mar 2025 20:38:56 +0000 Subject: [PATCH] Delete www/html/demo.py --- www/html/demo.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 www/html/demo.py diff --git a/www/html/demo.py b/www/html/demo.py deleted file mode 100644 index e3e045a..0000000 --- a/www/html/demo.py +++ /dev/null @@ -1,13 +0,0 @@ - - import cms - # - # register this in config.plugins: {"demo":["info"]} - - - @cms.plugins(mimetype='application/json') : - def info (**_args): - _request= _args['request'] - _config = _args['config'] - return {"version":_config['system']['version'],'title':_config['layout']['header']['title']} - pass - \ No newline at end of file