diff --git a/Rocksolid_Light/rslight/scripts/rslight-lib.php b/Rocksolid_Light/rslight/scripts/rslight-lib.php index 06f16a9..7e403f7 100755 --- a/Rocksolid_Light/rslight/scripts/rslight-lib.php +++ b/Rocksolid_Light/rslight/scripts/rslight-lib.php @@ -2,7 +2,6 @@ function interact($msgsock, $use_crypto=false) { global $CONFIG,$logdir,$lockdir,$logfile,$installed_path,$config_path,$config_dir,$groupconfig,$workpath,$path, $spooldir,$nntp_group,$nntp_article,$auth_ok,$user,$pass; - $workpath=$spooldir."/"; $path=$workpath."articles/"; $groupconfig=$spooldir."/spoolnews/groups.txt"; @@ -1284,8 +1283,4 @@ function create_node_ssl_cert($pemfile) { chmod($pubkeyfile,0660); chmod($pubkeytxtfile,0660); } - -function format_log_date() { - return date('M d H:i:s'); -} ?>