From 4fc6bd509093fc05b61d26d4b8bedafda4309b7b Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Tue, 11 Jul 2023 12:55:34 -0700 Subject: [PATCH] Remove duplicate function from rslight-lib.php. --- Rocksolid_Light/rslight/scripts/rslight-lib.php | 5 ----- 1 file changed, 5 deletions(-) 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'); -} ?>