wesh.sh 227 B

1234567891011121314
  1. #!/bin/sh
  2. . ./conf.sh
  3. . ./lib.sh
  4. . ./corehandlers.sh
  5. cd ..
  6. [ -f "$SITE_DIR/_wesh/config" ] && . "$SITE_DIR/_wesh/config"
  7. printf "Content-Type: text/html\n"
  8. printf "\n"
  9. handler lib/headers.tpl
  10. handler lib/default_master.tpl