From ea223e194b3e88b4366f39667d52eb275deec419 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 5 Nov 2003 20:54:18 +0000 Subject: [PATCH] Global 'no_job=1'. --- Index.html.pl | 4 ++++ WebConfig.pm | 1 + project/captive/Index.html.pl | 6 ++++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Index.html.pl b/Index.html.pl index c860a8d..a628b50 100755 --- a/Index.html.pl +++ b/Index.html.pl @@ -52,7 +52,9 @@ behind glass...perhaps you can see it...but you cannot touch it.

from the safety of your favorite OS GNU/Linux. Well, the day of reckoning is at hand! Those nights lying awake feeling foolish for having that extra VFAT partition just to exchange files between GNU/Linux and MS-Windows are over!

+HERE +print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
A programmer for hire: @@ -65,7 +67,9 @@ partition just to exchange files between GNU/Linux and MS-Windows are over!

+HERE +print <<"HERE";

Introducing the Captive NTFS Filesystem for GNU/Linux

diff --git a/WebConfig.pm b/WebConfig.pm index d73ecab..b4d64e7 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -119,6 +119,7 @@ our %WebConfig=( HERE }, + "no_job"=>1, ); 1; diff --git a/project/captive/Index.html.pl b/project/captive/Index.html.pl index 5a8b61b..711d215 100755 --- a/project/captive/Index.html.pl +++ b/project/captive/Index.html.pl @@ -63,9 +63,8 @@ print rightimg((map("

$_

\n",($stuff[int rand @stuff])))[0] 'captive-install-acquire-small','[ Captive Microsoft Windows Drivers Acquire Illustration ]', "a_href_img"=>'captive-install-acquire'); -print <<"HERE"; - +print <<"HERE" if !$WebConfig::WebConfig{"no_job"}; @{[ vskip "3ex" ]}
@@ -76,7 +75,10 @@ print <<"HERE";
+HERE + +print <<"HERE"; @{[ vskip "3ex" ]} -- 1.8.3.1