Help for this page

Select Code to Download


  1. or download this
      ### Url has to start with
      if ($homeurl !~ m[^http:\/\/] or m[^https:\/\/]) {
          &inerror("Your home url has to start with http:// or https://");
      }
    
  2. or download this
    if(-d "directory") {
    }
    
  3. or download this
    if(-d -r -w -x -R -W -X "directory") {
    }