Blame view

sources/apps/tattoo/ajax/bg.php 172 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
  <?php
  
  // Check if we are a user
  OCP\JSON::checkLoggedIn();
  
  OCP\JSON::success(array('data' => OCP\Config::getUserValue(OCP\User::getUser(),'tattoo','wallpaper','none')));