Skip to content

Instantly share code, notes, and snippets.

View tao-s's full-sized avatar
🏠
Working from home

Tao Sasaki tao-s

🏠
Working from home
View GitHub Profile
@tao-s
tao-s / hhvm_php.ini
Last active August 29, 2015 14:25 — forked from tektoh/hhvm_php.ini
; php options
session.save_handler = files
session.save_path = /var/lib/php5
session.gc_maxlifetime = 1440
short_open_tag = On
expose_php = Off
; hhvm specific
hhvm.log.level = Warning
@tao-s
tao-s / slide.md
Created April 29, 2014 08:16 — forked from tai2/slide.md
<?php
$uh = Loader::helper('concrete/urls');
$url = $uh->getToolsURL('disable_mobile') . '?rcID=' . $c->getCollectionID();
?>
<a href="<?php echo $url; ?>"><?php echo t('View desktop site'); ?></a>