<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://krischer.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://krischer.org/feed.php">
        <title>EDV-Krischer IT-Serice Wiki code:php:snipplets</title>
        <description></description>
        <link>http://krischer.org/</link>
        <image rdf:resource="http://krischer.org/lib/images/favicon.ico" />
       <dc:date>2010-09-08T23:28:13+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://krischer.org/code/php/snipplets/no_start_menuentry_dokuwiki"/>
                <rdf:li rdf:resource="http://krischer.org/code/php/snipplets/prevent_pwd_change"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://krischer.org/lib/images/favicon.ico">
        <title>EDV-Krischer IT-Serice Wiki</title>
        <link>http://krischer.org/</link>
        <url>http://krischer.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://krischer.org/code/php/snipplets/no_start_menuentry_dokuwiki">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-18T01:35:45+02:00</dc:date>
        <title>No &quot;start&quot; in the Dokuwiki Menu</title>
        <link>http://krischer.org/code/php/snipplets/no_start_menuentry_dokuwiki</link>
        <description>Some Dokuwiki templates come with a sidebar which contains an autogenerated menu with all namespace and files linked in a folder tree. If you click a folder, the „start“ file is  accessed and there’s also an entry for the page. In some installations I don’t want this entry, so I fixed it with this simple code. Go for dokuwiki/lib/tpl/$TEMPLATENAME/sidebar.php and modify function tpl_list_folder($dataList)</description>
    </item>
    <item rdf:about="http://krischer.org/code/php/snipplets/prevent_pwd_change">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-09T21:56:09+02:00</dc:date>
        <title>Disallow Directory changes</title>
        <link>http://krischer.org/code/php/snipplets/prevent_pwd_change</link>
        <description>Improved security for websites using the php include.  Only includes from the same directory are allowed, any double-dots in the name are filtered.

&lt;?php //for empty id, call home page
    if ($_GET['id'] == '') { $id=('start'); }
    $id=($id.$ext);
?&gt;</description>
    </item>
</rdf:RDF>
