Skip to content
Snippets Groups Projects
Select Git revision
  • beda30305c1dc8acb8752d703e5066f360ded309
  • master default protected
  • update_repo_url
  • update-docs
4 results

cm.sh

Blame
  • gen__htusers.bat 250 B
    @echo off
    
    set outfile=%~dp0.htusers
    
    if not exist %outfile% echo.>%outfile%
    C:\xampp\apache\bin\htpasswd.exe -b %outfile% iml deployment
    C:\xampp\apache\bin\htpasswd.exe -b %outfile% admin deployment
    echo %outfile%
    type %outfile%
    timeout 20