You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
326 B

  1. <?php
  2. /**
  3. lib/plugins/ckgedit/fckeditor/dwsmileys.php
  4. */
  5. $SMILEYS = realpath(dirname(__FILE__).'/../../../../').'/conf/smileys.conf';
  6. if(!file_exists($SMILEYS)) $SMILEYS ='/etc/dokuwiki/smileys.conf';
  7. $LOCAL = preg_replace("/\.conf$/", '.local.conf', $SMILEYS) ;
  8. if(file_exists($LOCAL)) readfile($LOCAL);
  9. readfile($SMILEYS);