From: Sam H. v. a. <we...@ma...> - 2007-10-04 17:04:59
|
Log Message: ----------- typo Modified Files: -------------- pg/macros: dangerousMacros.pl Revision Data ------------- Index: dangerousMacros.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/dangerousMacros.pl,v retrieving revision 1.49 retrieving revision 1.50 diff -Lmacros/dangerousMacros.pl -Lmacros/dangerousMacros.pl -u -r1.49 -r1.50 --- macros/dangerousMacros.pl +++ macros/dangerousMacros.pl @@ -30,7 +30,7 @@ =head1 DESCRIPTION -dangerousMacros.pl contains macros that use potentially dangerous functions line +dangerousMacros.pl contains macros that use potentially dangerous functions like require and eval. They can reference disk files for reading and writing, create links, and execute commands. It may be necessary to modify certain addresses in this file to make the scripts run properly in different environments. |