mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-02 16:04:36 +02:00
Merge most changes from 3.0.x branch since the 25th december.
(Captcha changes for refreshing captcha image not included) git-svn-id: file:///svn/phpbb/trunk@9404 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
3
phpBB/develop/collect_cache_stats.sh
Executable file
3
phpBB/develop/collect_cache_stats.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
DIR=$(dirname "$0")/../cache;
|
||||
cat "$DIR/sql_*.php" | grep '/* SELECT' | sed 's,/\* ,,;s, \*/,,' | sort
|
Reference in New Issue
Block a user