Codeigniter: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 July 2024

  • curprev 06:5306:53, 11 July 2024Admin talk contribs 385 bytes +41 No edit summary
  • curprev 06:5106:51, 11 July 2024Admin talk contribs 344 bytes +344 Created page with "Dinamis URL Codeigniter $config['base_url'] = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http"); $config['base_url'] .= "://" . $_SERVER['HTTP_HOST']; $config['base_url'] .= str_replace(basename($_SERVER['SCRIPT_NAME']), "", $_SERVER['SCRIPT_NAME']); link : https://masrud.com/base-url-dinamis-codeigniter/"