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