GautamGupta / YOURLS-Import-Export

Import and Export YOURLS
GNU General Public License v3.0
49 stars 6 forks source link

How to make public the xml #7

Closed checho221 closed 9 years ago

checho221 commented 9 years ago

Hi there!

I want to make public the xml in order to handle the results to show in another web page. and how can i get the nonce=xxxxx token every time i exec file_get_contents() in my php file.

Thanks in advance!!

GautamGupta commented 9 years ago

Comment out this line https://github.com/GautamGupta/YOURLS-Import-Export/blob/master/plugin.php#L108

checho221 commented 9 years ago

thanks, but it doesn´t solve the issue, how to make public the resulting XML??

Thanks in advance.