]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #35 from fabrixxm/master
authorFriendika <info@friendika.com>
Mon, 24 Oct 2011 22:49:28 +0000 (15:49 -0700)
committerFriendika <info@friendika.com>
Mon, 24 Oct 2011 22:49:28 +0000 (15:49 -0700)
Use oembed if possible without the addon

Awesome!

1  2 
boot.php

diff --cc boot.php
index 86b219dc2b038c346384ae0b0bcf17ecbbde21c6,9623b4b14194596e37b4758e042f7b5469f2059e..6a43806ab6b0fe26f65f53cbfc084d2fce045905
+++ b/boot.php
@@@ -6,11 -6,12 +6,12 @@@ require_once('include/plugin.php')
  require_once('include/text.php');
  require_once("include/pgettext.php");
  require_once('include/nav.php');
+ require_once('include/cache.php');
  
  define ( 'FRIENDIKA_PLATFORM',     'Free Friendika');
 -define ( 'FRIENDIKA_VERSION',      '2.3.1140' );
 +define ( 'FRIENDIKA_VERSION',      '2.3.1143' );
  define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
 -define ( 'DB_UPDATE_VERSION',      1097      );
 +define ( 'DB_UPDATE_VERSION',      1098      );
  
  define ( 'EOL',                    "<br />\r\n"     );
  define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );