芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/lugarcollectibles.com/admin/controller/startup/sass.php
config->get('developer_sass')) { include_once(DIR_STORAGE . 'vendor/scss.inc.php'); $scss = new Scssc(); $scss->setImportPaths(DIR_APPLICATION . 'view/stylesheet/sass/'); $output = $scss->compile('@import "_bootstrap.scss"'); $handle = fopen($file, 'w'); flock($handle, LOCK_EX); fwrite($handle, $output); fflush($handle); flock($handle, LOCK_UN); fclose($handle); } } }