initial import of changes from 9front bikeshedding; bundle rc-httpd
This commit is contained in:
parent
6d3bcc867c
commit
a99fa8b44f
46 changed files with 1061 additions and 572 deletions
|
|
@ -26,7 +26,7 @@ fn blagh_init {
|
|||
if(check_user $conf_blog_editors) {
|
||||
editor_mode=on
|
||||
if(~ $"post_arg_date '')
|
||||
post_date=`{/bin/date +%F|sed 's,-,/,g'}
|
||||
post_date=`{date -i|sed 's,-,/,g'} # date -i is 9front/9base only
|
||||
if not
|
||||
post_date=$post_arg_date
|
||||
ll_add handlers_bar_left echo '<a href="'$blagh_uri'new_post">Make a new post</a>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue