first commit after reset
[mixstore.git] / resetCacheLogs.php
CommitLineData
929ca066
BA
1<?php
2
3shell_exec
4('bash -c "
5 if [ -d app/cache ]; then
6 rm -rf app/cache/*
7 fi
8 if [ -d app/logs ]; then
9 rm -rf app/logs/*
10 fi
11 chmod 777 app/{cache,logs}
12" ');