Skip to content

tanst/mod

 
 

Repository files navigation

  git clone https://github.com/tanst/mod.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard
  cp config/.config.php.example config/.config.php
  chattr -i .user.ini
  mv .user.ini public
  chown -R root:root *
  chmod -R 777 *
  chown -R www:www storage
  chattr +i public/.user.ini
/public




location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 31.0%
  • PHP 24.7%
  • Smarty 18.1%
  • CSS 18.1%
  • HTML 8.1%