Ignore:
Timestamp:
Dec 23, 2010, 6:22:19 AM (13 years ago)
Author:
rvelices
Message:

removed unused files / code / css; shorter code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_url.inc.php

    r8079 r8247  
    736736  if (!empty($conf['gallery_url']))
    737737  {
    738     if (url_is_remote($conf['gallery_url']) or strncmp($conf['gallery_url'], '/', 1)==0)
     738    if (url_is_remote($conf['gallery_url']) or $conf['gallery_url'][0]=='/' )
    739739    {
    740740      return $conf['gallery_url'];
Note: See TracChangeset for help on using the changeset viewer.