Tag: Get

10.01.2015

sudo apt-get update && apt-get -y upgrade # testing this right now also try: apt-get -o Dpkg::Options::=’–force-confold’ –force-yes -fuy dist-upgrade” # untested

07.02.2013

Sebastian Krebs pointed out you can get the filename minus extension like this… basename(__FILE__, ‘.php’); example: this is executed in filename.php -> you get: filename