Help for this page

Select Code to Download


  1. or download this
      if(! -d param('home')) {
         &inerror("we couldnt find param('home') please check path");
      }
    
  2. or download this
    &inerror("we couldnt find ", param('home')," please check path");