-
Greetings to you too. :)
Can you delete "The" from our name so we can spell "Guide" correctly?
Thanks!
2007-05-24 11:26:01 UTC in SourceForge.net
-
Hi there,
I manage the group:
The Linux Kernel Module Programming Guid (lkmpg)
I never understood why that final "e" is missing from the word "Guide". Is there any way of getting that "e" back? My first choice would be to have the project called:
The Linux Kernel Module Programming Guide (lkmpg)
but if there is a character limitation, this is ok too:
Linux Kernel Module...
2007-05-24 11:17:11 UTC in SourceForge.net
-
Logged In: YES
user_id=207101
IMHO, using .htaccess is even more braindead than my
preg_match idea.
It's not security if we require the user to start playing
around with .htaccess files. It's false security because
the lowest common denominator is not going to know what the
heck we're talking about, and ignore it.
Requiring the user to take action is just nonsense for
something...
2006-08-16 13:51:29 UTC in wheatblog
-
Logged In: YES
user_id=207101
FWIW, I fully agree 100%.
2006-08-15 00:03:37 UTC in wheatblog
-
Logged In: YES
user_id=207101
FWIW, I was never overly fond with having all those
variables pointing to
various directories. If we found a file that made constant
use of of one,
we could always generate, e.g., $wb_class_dir on the fly at
the top of the
file.
I think the best thing to do is to just eliminate them and
refer to the
directories explicitly. Simple, easy, and sweet...
2006-08-14 14:00:27 UTC in wheatblog
-
Logged In: YES
user_id=207101
hi wheat,
i think the easiest fix is to make sure that wb_class_dir
doesn't contain
/^http/, so something like this at the top of the file:
if ( preg_match(/^http/), $wb_class_dir )
die('Remote file inclusion is not supported.');
Actually, we should prolly be doing this for all variables
that point to file locations using require_once().
pete.
2006-08-14 01:12:54 UTC in wheatblog
-
peiter committed patchset 31 of module unstable to the wheatblog CVS repository, changing 1 files.
2005-10-31 14:06:20 UTC in wheatblog
-
peiter committed patchset 238 of module wheatblog to the wheatblog CVS repository, changing 1 files.
2005-10-31 12:58:32 UTC in wheatblog
-
peiter committed patchset 30 of module unstable to the wheatblog CVS repository, changing 1 files.
2005-10-30 23:23:49 UTC in wheatblog
-
peiter committed patchset 29 of module unstable to the wheatblog CVS repository, changing 1 files.
2005-10-30 20:47:17 UTC in wheatblog