Skip to content
Snippets Groups Projects
Select Git revision
  • 152297b393c816064558acff51a50bb706479c8b
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

.keep

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