use Net::SSH::ssh_cmd for all job queueing rather than local duplicated ssh subs
[freeside.git] / htetc / global.asa
index db37bf1..339f01d 100644 (file)
@@ -35,7 +35,7 @@ use FS::part_referral;
 use FS::part_svc;
 use FS::pkg_svc;
 use FS::port;
-use FS::queue;
+use FS::queue qw(joblisting);
 use FS::raddb;
 use FS::session;
 use FS::svc_acct;
@@ -66,7 +66,9 @@ sub Script_OnFlush {
     $$ref =~ s/<\/BODY>[\s\n]*<\/HTML>[\s\n]*$//i
       or warn "can't remove";
   
-    $$ref .= '<PRE>'. ("\n"x96). encode_entities(dbh->sprintProfile()). '</PRE>';
+    #$$ref .= '<PRE>'. ("\n"x96). encode_entities(dbh->sprintProfile()). '</PRE>';
+    #  wtf?  konqueror...
+    $$ref .= '<PRE>'. ("\n"x4096). encode_entities(dbh->sprintProfile()). '</PRE>';
 
     $$ref .= '</BODY></HTML>';