View difference between Paste ID: Ff4YX23y and UrPPyv1h
SHOW: | | - or go back to the newest paste.
1-
1+
2
        global $api;
3
        $items = $api->item->getItems($id);
4
        
5
        if($items) 
6
            return $items;
7-
        if($items){   
7+
        else
8
            return false;
9-
        }else{
9+