Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
41.03 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
#! /bin/sh set -e UPDATE_CACHE= if [ -x /usr/bin/gtk-update-icon-cache-3.0 ]; then UPDATE_CACHE=gtk-update-icon-cache-3.0 elif [ -x /usr/bin/gtk-update-icon-cache ]; then UPDATE_CACHE=gtk-update-icon-cache fi if [ -n "$UPDATE_CACHE" ]; then if ! "$UPDATE_CACHE" --force --quiet /usr/share/icons/hicolor; then echo "WARNING: icon cache generation failed" fi fi if [ "$1" = "triggered" ]; then exit 0 fi