sintonia/pypo/scripts/include_dynamic_vars.liq
Paul Baranowski 3c12256cb8 Started to create pypo install script (install/pypo-install.py).
Cleaned up liquidsoap scripts a bit.

Renamed nondbinstall.php to propel-install.php

Removed unused files.
2010-12-03 15:34:18 -05:00

11 lines
No EOL
323 B
Text

#######################################################################
# Dynamic variables
#######################################################################
pypo_data = ref '0'
def set_pypo_data(s)
pypo_data := s
end
server.register(namespace="vars", "pypo_data", fun (s) -> begin set_pypo_data(s) "Done!" end)