Ignore:
Timestamp:
Jan 24, 2007, 6:07:08 AM (17 years ago)
Author:
rvelices
Message:
  • plugins with own independent scripts work now (cookie_path and url root are

correct)

  • prepare a bit some url functions so that later we can fully embed pwg in

scripts located outside pwg

  • remove some unnecessary language strings
File:
1 edited

Legend:

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

    r1744 r1750  
    210210      include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
    211211
    212       $del_url = get_host_url().cookie_path()
    213         .'comments.php?delete='.$comm['id'];
     212      $del_url = get_absolute_root_url().'comments.php?delete='.$comm['id'];
    214213
    215214      $content =
     
    222221      {
    223222        $content .=
    224           'Validate: '.get_host_url().cookie_path()
     223          'Validate: '.get_absolute_root_url()
    225224          .'comments.php?validate='.$comm['id'];
    226225      }
Note: See TracChangeset for help on using the changeset viewer.