¾È³çÇϼ¼¿ä? ¾Æ·¡ ¸»¾¸ÇϽŴë·Î Çغ¸¾Ò½À´Ï´Ù¸¸ ¾ÈµÇ´Â±º¿ä. (»ç½Ç nonenglish plug-inÀ» ¾²´Ù°¡ ¾öû³ ¹®Á¦¸¦ ¹ß°ßÇؼ¸® -_-;;) Á¦ ¼Ò½ººÎºÐÀ» Àû¾îº¸°Ú½À´Ï´Ù. Âü°í·Î nph-build.plÀº ¾ø°í. nph-build.cgi´Â ÀÖ´õ±º¿ä... sub build_check_dir { # -------------------------------------------------------- # Checks the directory before we create it to make sure there # are no funncy characters in it. my ($root, $dir) = @_; my $chrs = quotemeta ("/_-"); if (! -e $root) { &cgierr ("Root directory: $root does not exist!"); } # if ($dir !~ m,^[wd$chrs] $,) { # &cgierr ("Invalid characters in category name: $dir. Must contain only letters, numbers, _, / and -."); # } return $input; } ¹«½¼ ¹®Á¦°¡ ÀÖ´Â °ÍÀÎÁö¿ä? --;;
|