v1.0.22 - appinfo/app.php runs on every request + simplified boot()
This commit is contained in:
6
appinfo/app.php
Normal file
6
appinfo/app.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Legacy app entry point - loads on every page
|
||||
*/
|
||||
\OCP\Util::addStyle('minimalprofile', 'minimalprofile');
|
||||
file_put_contents('/tmp/mp_init.log', date('Y-m-d H:i:s') . ' loaded' . "\n", FILE_APPEND);
|
||||
Reference in New Issue
Block a user