Skip to content

Commit

Permalink
release 7.01-3
Browse files Browse the repository at this point in the history
  • Loading branch information
litepubl committed Jul 23, 2016
1 parent 39117de commit 0bc3c73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
#CharsetDisable On
#AddDefaultCharset UTF-8
AddDefaultCharset UTF-8
#php_value memory_limit 48M

<IfModule mod_headers.c>
Header append Cache-Control "no-store, no-cache, must-revalidate"
</IfModule>

<IfModule mod_expires.c>
ExpiresActive On ExpiresDefault "now"
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.debug.php [L]
RewriteRule . /index.php [L]
</IfModule>
4 changes: 2 additions & 2 deletions utils/build/test/c.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
del tests\_output\*.* /f /q
del tests\_output\debug\*.* /f /q
@rem vendor\bin\codecept.bat run acceptance --steps --html --debug>bresult.txt
vendor\bin\codecept.bat run acceptance --steps --html --debug>bresult.txt
@rem vendor\bin\codecept.bat run acceptance 09homeCept.php --steps --html --debug>bresult.txt
@rem vendor\bin\codecept.bat run acceptance 05AdminCept.php --steps --html --debug>bresult.txt
@rem codecept.bat run acceptance 06EditorCept.php --steps --html --debug>bresult.txt
@rem codecept.bat run api 01rssCept.php --steps --html --debug>bresult.txt
vendor\bin\codecept.bat run acceptance 20uloginCept.php --steps --html --debug>bresult.txt
@ren vendor\bin\codecept.bat run acceptance 20uloginCept.php --steps --html --debug>bresult.txt

0 comments on commit 0bc3c73

Please sign in to comment.